| 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<GetGraphqlApiResult> |
AWSAppSyncAsyncClient.getGraphqlApiAsync(GetGraphqlApiRequest request,
AsyncHandler<GetGraphqlApiRequest,GetGraphqlApiResult> asyncHandler) |
Future<GetGraphqlApiResult> |
AbstractAWSAppSyncAsync.getGraphqlApiAsync(GetGraphqlApiRequest request,
AsyncHandler<GetGraphqlApiRequest,GetGraphqlApiResult> asyncHandler) |
Future<GetGraphqlApiResult> |
AWSAppSyncAsync.getGraphqlApiAsync(GetGraphqlApiRequest getGraphqlApiRequest,
AsyncHandler<GetGraphqlApiRequest,GetGraphqlApiResult> asyncHandler)
Retrieves a
GraphqlApi object. |
| Modifier and Type | Method and Description |
|---|---|
GetGraphqlApiRequest |
GetGraphqlApiRequest.clone() |
GetGraphqlApiRequest |
GetGraphqlApiRequest.withApiId(String apiId)
The API ID for the GraphQL API.
|
Copyright © 2023. All rights reserved.