| 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 CreateApiCacheResponse |
AppSyncClient.createApiCache(Consumer<CreateApiCacheRequest.Builder> createApiCacheRequest)
Creates a cache for the GraphQL API.
|
default CreateApiCacheResponse |
AppSyncClient.createApiCache(CreateApiCacheRequest createApiCacheRequest)
Creates a cache for the GraphQL API.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateApiCacheResponse> |
AppSyncAsyncClient.createApiCache(Consumer<CreateApiCacheRequest.Builder> createApiCacheRequest)
Creates a cache for the GraphQL API.
|
default CompletableFuture<CreateApiCacheResponse> |
AppSyncAsyncClient.createApiCache(CreateApiCacheRequest createApiCacheRequest)
Creates a cache for the GraphQL API.
|
Copyright © 2022. All rights reserved.