| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<FlushApiCacheResponse> |
AppSyncAsyncClient.flushApiCache(Consumer<FlushApiCacheRequest.Builder> flushApiCacheRequest)
Flushes an
ApiCache object. |
default FlushApiCacheResponse |
AppSyncClient.flushApiCache(Consumer<FlushApiCacheRequest.Builder> flushApiCacheRequest)
Flushes an
ApiCache object. |
| Modifier and Type | Method and Description |
|---|---|
FlushApiCacheRequest.Builder |
FlushApiCacheRequest.Builder.apiId(String apiId)
The API ID.
|
static FlushApiCacheRequest.Builder |
FlushApiCacheRequest.builder() |
FlushApiCacheRequest.Builder |
FlushApiCacheRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
FlushApiCacheRequest.Builder |
FlushApiCacheRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
FlushApiCacheRequest.Builder |
FlushApiCacheRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FlushApiCacheRequest.Builder> |
FlushApiCacheRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.