Package | Description |
---|---|
com.amazonaws.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
Future<ListDomainNamesResult> |
AbstractAWSAppSyncAsync.listDomainNamesAsync(ListDomainNamesRequest request,
AsyncHandler<ListDomainNamesRequest,ListDomainNamesResult> asyncHandler) |
Future<ListDomainNamesResult> |
AWSAppSyncAsync.listDomainNamesAsync(ListDomainNamesRequest listDomainNamesRequest,
AsyncHandler<ListDomainNamesRequest,ListDomainNamesResult> asyncHandler)
Lists multiple custom domain names.
|
Future<ListDomainNamesResult> |
AWSAppSyncAsyncClient.listDomainNamesAsync(ListDomainNamesRequest request,
AsyncHandler<ListDomainNamesRequest,ListDomainNamesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDomainNamesRequest |
ListDomainNamesRequest.clone() |
ListDomainNamesRequest |
ListDomainNamesRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListDomainNamesRequest |
ListDomainNamesRequest.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
Copyright © 2023. All rights reserved.