| 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 UpdateApiCacheResponse |
AppSyncClient.updateApiCache(Consumer<UpdateApiCacheRequest.Builder> updateApiCacheRequest)
Updates the cache for the GraphQL API.
|
default UpdateApiCacheResponse |
AppSyncClient.updateApiCache(UpdateApiCacheRequest updateApiCacheRequest)
Updates the cache for the GraphQL API.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateApiCacheResponse> |
AppSyncAsyncClient.updateApiCache(Consumer<UpdateApiCacheRequest.Builder> updateApiCacheRequest)
Updates the cache for the GraphQL API.
|
default CompletableFuture<UpdateApiCacheResponse> |
AppSyncAsyncClient.updateApiCache(UpdateApiCacheRequest updateApiCacheRequest)
Updates the cache for the GraphQL API.
|
Copyright © 2022. All rights reserved.