| 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 UpdateGraphqlApiResponse |
AppSyncClient.updateGraphqlApi(Consumer<UpdateGraphqlApiRequest.Builder> updateGraphqlApiRequest)
Updates a
GraphqlApi object. |
default UpdateGraphqlApiResponse |
AppSyncClient.updateGraphqlApi(UpdateGraphqlApiRequest updateGraphqlApiRequest)
Updates a
GraphqlApi object. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateGraphqlApiResponse> |
AppSyncAsyncClient.updateGraphqlApi(Consumer<UpdateGraphqlApiRequest.Builder> updateGraphqlApiRequest)
Updates a
GraphqlApi object. |
default CompletableFuture<UpdateGraphqlApiResponse> |
AppSyncAsyncClient.updateGraphqlApi(UpdateGraphqlApiRequest updateGraphqlApiRequest)
Updates a
GraphqlApi object. |
Copyright © 2023. All rights reserved.