Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateApiCacheResponse
-
Packages that use UpdateApiCacheResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of UpdateApiCacheResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return UpdateApiCacheResponse Modifier and Type Method Description default UpdateApiCacheResponseAppSyncClient. updateApiCache(Consumer<UpdateApiCacheRequest.Builder> updateApiCacheRequest)Updates the cache for the GraphQL API.default UpdateApiCacheResponseAppSyncClient. updateApiCache(UpdateApiCacheRequest updateApiCacheRequest)Updates the cache for the GraphQL API.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type UpdateApiCacheResponse Modifier and Type Method Description default CompletableFuture<UpdateApiCacheResponse>AppSyncAsyncClient. updateApiCache(Consumer<UpdateApiCacheRequest.Builder> updateApiCacheRequest)Updates the cache for the GraphQL API.default CompletableFuture<UpdateApiCacheResponse>AppSyncAsyncClient. updateApiCache(UpdateApiCacheRequest updateApiCacheRequest)Updates the cache for the GraphQL API.
-