Uses of Class
software.amazon.awssdk.services.appsync.model.FlushApiCacheRequest
-
Packages that use FlushApiCacheRequest 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.transform -
-
Uses of FlushApiCacheRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type FlushApiCacheRequest Modifier and Type Method Description default CompletableFuture<FlushApiCacheResponse>AppSyncAsyncClient. flushApiCache(FlushApiCacheRequest flushApiCacheRequest)Flushes anApiCacheobject.default FlushApiCacheResponseAppSyncClient. flushApiCache(FlushApiCacheRequest flushApiCacheRequest)Flushes anApiCacheobject. -
Uses of FlushApiCacheRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type FlushApiCacheRequest Modifier and Type Method Description SdkHttpFullRequestFlushApiCacheRequestMarshaller. marshall(FlushApiCacheRequest flushApiCacheRequest)
-