Uses of Interface
software.amazon.awssdk.services.appsync.model.FlushApiCacheRequest.Builder
-
Packages that use FlushApiCacheRequest.Builder 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 -
-
Uses of FlushApiCacheRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type FlushApiCacheRequest.Builder Modifier and Type Method Description default CompletableFuture<FlushApiCacheResponse>AppSyncAsyncClient. flushApiCache(Consumer<FlushApiCacheRequest.Builder> flushApiCacheRequest)Flushes anApiCacheobject.default FlushApiCacheResponseAppSyncClient. flushApiCache(Consumer<FlushApiCacheRequest.Builder> flushApiCacheRequest)Flushes anApiCacheobject. -
Uses of FlushApiCacheRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return FlushApiCacheRequest.Builder Modifier and Type Method Description FlushApiCacheRequest.BuilderFlushApiCacheRequest.Builder. apiId(String apiId)The API ID.static FlushApiCacheRequest.BuilderFlushApiCacheRequest. builder()FlushApiCacheRequest.BuilderFlushApiCacheRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)FlushApiCacheRequest.BuilderFlushApiCacheRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)FlushApiCacheRequest.BuilderFlushApiCacheRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type FlushApiCacheRequest.Builder Modifier and Type Method Description static Class<? extends FlushApiCacheRequest.Builder>FlushApiCacheRequest. serializableBuilderClass()
-