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<ListGraphqlApisResult> |
AWSAppSyncAsync.listGraphqlApisAsync(ListGraphqlApisRequest listGraphqlApisRequest,
AsyncHandler<ListGraphqlApisRequest,ListGraphqlApisResult> asyncHandler)
Lists your GraphQL APIs.
|
Future<ListGraphqlApisResult> |
AbstractAWSAppSyncAsync.listGraphqlApisAsync(ListGraphqlApisRequest request,
AsyncHandler<ListGraphqlApisRequest,ListGraphqlApisResult> asyncHandler) |
Future<ListGraphqlApisResult> |
AWSAppSyncAsyncClient.listGraphqlApisAsync(ListGraphqlApisRequest request,
AsyncHandler<ListGraphqlApisRequest,ListGraphqlApisResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListGraphqlApisRequest |
ListGraphqlApisRequest.clone() |
ListGraphqlApisRequest |
ListGraphqlApisRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListGraphqlApisRequest |
ListGraphqlApisRequest.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.