| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model | |
| com.amazonaws.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowResult> |
AmazonOmicsAsyncClient.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest getWorkflowRequest,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Gets information about a workflow.
|
Future<GetWorkflowResult> |
AbstractAmazonOmicsAsync.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowRequest |
GetWorkflowRequest.clone() |
GetWorkflowRequest |
GetWorkflowRequest.withExport(Collection<String> export)
The export format for the workflow.
|
GetWorkflowRequest |
GetWorkflowRequest.withExport(String... export)
The export format for the workflow.
|
GetWorkflowRequest |
GetWorkflowRequest.withExport(WorkflowExport... export)
The export format for the workflow.
|
GetWorkflowRequest |
GetWorkflowRequest.withId(String id)
The workflow's ID.
|
GetWorkflowRequest |
GetWorkflowRequest.withType(String type)
The workflow's type.
|
GetWorkflowRequest |
GetWorkflowRequest.withType(WorkflowType type)
The workflow's type.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetWorkflowRequest> |
AmazonOmicsWaiters.workflowActive()
Builds a WorkflowActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResult |
GetWorkflowFunction.apply(GetWorkflowRequest getWorkflowRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.