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<ListResolversByFunctionResult> |
AWSAppSyncAsync.listResolversByFunctionAsync(ListResolversByFunctionRequest listResolversByFunctionRequest,
AsyncHandler<ListResolversByFunctionRequest,ListResolversByFunctionResult> asyncHandler)
List the resolvers that are associated with a specific function.
|
Future<ListResolversByFunctionResult> |
AbstractAWSAppSyncAsync.listResolversByFunctionAsync(ListResolversByFunctionRequest request,
AsyncHandler<ListResolversByFunctionRequest,ListResolversByFunctionResult> asyncHandler) |
Future<ListResolversByFunctionResult> |
AWSAppSyncAsyncClient.listResolversByFunctionAsync(ListResolversByFunctionRequest request,
AsyncHandler<ListResolversByFunctionRequest,ListResolversByFunctionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListResolversByFunctionRequest |
ListResolversByFunctionRequest.clone() |
ListResolversByFunctionRequest |
ListResolversByFunctionRequest.withApiId(String apiId)
The API ID.
|
ListResolversByFunctionRequest |
ListResolversByFunctionRequest.withFunctionId(String functionId)
The function ID.
|
ListResolversByFunctionRequest |
ListResolversByFunctionRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListResolversByFunctionRequest |
ListResolversByFunctionRequest.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 © 2022. All rights reserved.