| 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 DisassociateSourceGraphqlApiResponse |
AppSyncClient.disassociateSourceGraphqlApi(Consumer<DisassociateSourceGraphqlApiRequest.Builder> disassociateSourceGraphqlApiRequest)
Deletes an association between a Merged API and source API using the Merged API's identifier and the association
ID.
|
default DisassociateSourceGraphqlApiResponse |
AppSyncClient.disassociateSourceGraphqlApi(DisassociateSourceGraphqlApiRequest disassociateSourceGraphqlApiRequest)
Deletes an association between a Merged API and source API using the Merged API's identifier and the association
ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateSourceGraphqlApiResponse> |
AppSyncAsyncClient.disassociateSourceGraphqlApi(Consumer<DisassociateSourceGraphqlApiRequest.Builder> disassociateSourceGraphqlApiRequest)
Deletes an association between a Merged API and source API using the Merged API's identifier and the association
ID.
|
default CompletableFuture<DisassociateSourceGraphqlApiResponse> |
AppSyncAsyncClient.disassociateSourceGraphqlApi(DisassociateSourceGraphqlApiRequest disassociateSourceGraphqlApiRequest)
Deletes an association between a Merged API and source API using the Merged API's identifier and the association
ID.
|
Copyright © 2023. All rights reserved.