| 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 DisassociateApiResponse |
AppSyncClient.disassociateApi(Consumer<DisassociateApiRequest.Builder> disassociateApiRequest)
Removes an
ApiAssociation object from a custom domain. |
default DisassociateApiResponse |
AppSyncClient.disassociateApi(DisassociateApiRequest disassociateApiRequest)
Removes an
ApiAssociation object from a custom domain. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateApiResponse> |
AppSyncAsyncClient.disassociateApi(Consumer<DisassociateApiRequest.Builder> disassociateApiRequest)
Removes an
ApiAssociation object from a custom domain. |
default CompletableFuture<DisassociateApiResponse> |
AppSyncAsyncClient.disassociateApi(DisassociateApiRequest disassociateApiRequest)
Removes an
ApiAssociation object from a custom domain. |
Copyright © 2022. All rights reserved.