Uses of Class
software.amazon.awssdk.services.omics.model.CreateRunCacheRequest
-
Packages that use CreateRunCacheRequest Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.transform -
-
Uses of CreateRunCacheRequest in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics with parameters of type CreateRunCacheRequest Modifier and Type Method Description 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.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. -
Uses of CreateRunCacheRequest in software.amazon.awssdk.services.omics.transform
Methods in software.amazon.awssdk.services.omics.transform with parameters of type CreateRunCacheRequest Modifier and Type Method Description SdkHttpFullRequestCreateRunCacheRequestMarshaller. marshall(CreateRunCacheRequest createRunCacheRequest)
-