| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateSourceGraphqlApiResponse |
AppSyncClient.associateSourceGraphqlApi(AssociateSourceGraphqlApiRequest associateSourceGraphqlApiRequest)
Creates an association between a Merged API and source API using the Merged API's identifier.
|
default AssociateSourceGraphqlApiResponse |
AppSyncClient.associateSourceGraphqlApi(Consumer<AssociateSourceGraphqlApiRequest.Builder> associateSourceGraphqlApiRequest)
Creates an association between a Merged API and source API using the Merged API's identifier.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateSourceGraphqlApiResponse> |
AppSyncAsyncClient.associateSourceGraphqlApi(AssociateSourceGraphqlApiRequest associateSourceGraphqlApiRequest)
Creates an association between a Merged API and source API using the Merged API's identifier.
|
default CompletableFuture<AssociateSourceGraphqlApiResponse> |
AppSyncAsyncClient.associateSourceGraphqlApi(Consumer<AssociateSourceGraphqlApiRequest.Builder> associateSourceGraphqlApiRequest)
Creates an association between a Merged API and source API using the Merged API's identifier.
|
Copyright © 2023. All rights reserved.