Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateApiCacheRequest
-
Packages that use UpdateApiCacheRequest 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 UpdateApiCacheRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type UpdateApiCacheRequest Modifier and Type Method Description default CompletableFuture<UpdateApiCacheResponse>AppSyncAsyncClient. updateApiCache(UpdateApiCacheRequest updateApiCacheRequest)Updates the cache for the GraphQL API.default UpdateApiCacheResponseAppSyncClient. updateApiCache(UpdateApiCacheRequest updateApiCacheRequest)Updates the cache for the GraphQL API. -
Uses of UpdateApiCacheRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type UpdateApiCacheRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApiCacheRequestMarshaller. marshall(UpdateApiCacheRequest updateApiCacheRequest)
-