Uses of Class
software.amazon.awssdk.services.omics.model.CreateRunCacheResponse
-
Packages that use CreateRunCacheResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of CreateRunCacheResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return CreateRunCacheResponse Modifier and Type Method Description default CreateRunCacheResponseOmicsClient. createRunCache(Consumer<CreateRunCacheRequest.Builder> createRunCacheRequest)You can create a run cache to save the task outputs from completed tasks in a run for a private workflow.default CreateRunCacheResponseOmicsClient. createRunCache(CreateRunCacheRequest createRunCacheRequest)You can create a run cache to save the task outputs from completed tasks in a run for a private workflow.Methods in software.amazon.awssdk.services.omics that return types with arguments of type CreateRunCacheResponse Modifier and Type Method Description default CompletableFuture<CreateRunCacheResponse>OmicsAsyncClient. createRunCache(Consumer<CreateRunCacheRequest.Builder> createRunCacheRequest)You can create a run cache to save the task outputs from completed tasks in a run for a private workflow.default CompletableFuture<CreateRunCacheResponse>OmicsAsyncClient. createRunCache(CreateRunCacheRequest createRunCacheRequest)You can create a run cache to save the task outputs from completed tasks in a run for a private workflow.
-