Uses of Class
software.amazon.awssdk.services.omics.model.GetRunCacheResponse
-
Packages that use GetRunCacheResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of GetRunCacheResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return GetRunCacheResponse Modifier and Type Method Description default GetRunCacheResponseOmicsClient. getRunCache(Consumer<GetRunCacheRequest.Builder> getRunCacheRequest)Retrieve the details for the specified run cache.default GetRunCacheResponseOmicsClient. getRunCache(GetRunCacheRequest getRunCacheRequest)Retrieve the details for the specified run cache.Methods in software.amazon.awssdk.services.omics that return types with arguments of type GetRunCacheResponse Modifier and Type Method Description default CompletableFuture<GetRunCacheResponse>OmicsAsyncClient. getRunCache(Consumer<GetRunCacheRequest.Builder> getRunCacheRequest)Retrieve the details for the specified run cache.default CompletableFuture<GetRunCacheResponse>OmicsAsyncClient. getRunCache(GetRunCacheRequest getRunCacheRequest)Retrieve the details for the specified run cache.
-