| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the Amazon Omics API Reference.
|
| software.amazon.awssdk.services.omics.transform | |
| software.amazon.awssdk.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowResponse |
OmicsClient.getWorkflow(GetWorkflowRequest getWorkflowRequest)
Gets information about a workflow.
|
default CompletableFuture<GetWorkflowResponse> |
OmicsAsyncClient.getWorkflow(GetWorkflowRequest getWorkflowRequest)
Gets information about a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetWorkflowRequestMarshaller.marshall(GetWorkflowRequest getWorkflowRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<GetWorkflowResponse>> |
OmicsAsyncWaiter.waitUntilWorkflowActive(GetWorkflowRequest getWorkflowRequest)
Polls
OmicsAsyncClient.getWorkflow(software.amazon.awssdk.services.omics.model.GetWorkflowRequest) API until the desired condition WorkflowActive is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetWorkflowResponse> |
OmicsWaiter.waitUntilWorkflowActive(GetWorkflowRequest getWorkflowRequest)
Polls
OmicsClient.getWorkflow(software.amazon.awssdk.services.omics.model.GetWorkflowRequest) API until the desired condition WorkflowActive is met, or until it
is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<GetWorkflowResponse>> |
OmicsAsyncWaiter.waitUntilWorkflowActive(GetWorkflowRequest getWorkflowRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
OmicsAsyncClient.getWorkflow(software.amazon.awssdk.services.omics.model.GetWorkflowRequest) API until the desired condition WorkflowActive is met, or
until it is determined that the resource will never enter into the desired state |
default WaiterResponse<GetWorkflowResponse> |
OmicsWaiter.waitUntilWorkflowActive(GetWorkflowRequest getWorkflowRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
OmicsClient.getWorkflow(software.amazon.awssdk.services.omics.model.GetWorkflowRequest) API until the desired condition WorkflowActive is met, or until it
is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.