Uses of Class
software.amazon.awssdk.services.appsync.model.GetApiCacheRequest
-
Packages that use GetApiCacheRequest 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 GetApiCacheRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type GetApiCacheRequest Modifier and Type Method Description default CompletableFuture<GetApiCacheResponse>AppSyncAsyncClient. getApiCache(GetApiCacheRequest getApiCacheRequest)Retrieves anApiCacheobject.default GetApiCacheResponseAppSyncClient. getApiCache(GetApiCacheRequest getApiCacheRequest)Retrieves anApiCacheobject. -
Uses of GetApiCacheRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type GetApiCacheRequest Modifier and Type Method Description SdkHttpFullRequestGetApiCacheRequestMarshaller. marshall(GetApiCacheRequest getApiCacheRequest)
-