| 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 |
|---|---|
GetRunResult |
AbstractAmazonOmics.getRun(GetRunRequest request) |
GetRunResult |
AmazonOmicsClient.getRun(GetRunRequest request)
Gets information about a workflow run.
|
GetRunResult |
AmazonOmics.getRun(GetRunRequest getRunRequest)
Gets information about a workflow run.
|
Future<GetRunResult> |
AmazonOmicsAsyncClient.getRunAsync(GetRunRequest request) |
Future<GetRunResult> |
AbstractAmazonOmicsAsync.getRunAsync(GetRunRequest request) |
Future<GetRunResult> |
AmazonOmicsAsync.getRunAsync(GetRunRequest getRunRequest)
Gets information about a workflow run.
|
Future<GetRunResult> |
AmazonOmicsAsyncClient.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
Future<GetRunResult> |
AbstractAmazonOmicsAsync.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
Future<GetRunResult> |
AmazonOmicsAsync.getRunAsync(GetRunRequest getRunRequest,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
Gets information about a workflow run.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRunResult> |
AmazonOmicsAsyncClient.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
Future<GetRunResult> |
AbstractAmazonOmicsAsync.getRunAsync(GetRunRequest request,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) |
Future<GetRunResult> |
AmazonOmicsAsync.getRunAsync(GetRunRequest getRunRequest,
AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
Gets information about a workflow run.
|
| Modifier and Type | Method and Description |
|---|---|
GetRunRequest |
GetRunRequest.clone() |
GetRunRequest |
GetRunRequest.withExport(Collection<String> export)
The run's export format.
|
GetRunRequest |
GetRunRequest.withExport(RunExport... export)
The run's export format.
|
GetRunRequest |
GetRunRequest.withExport(String... export)
The run's export format.
|
GetRunRequest |
GetRunRequest.withId(String id)
The run's ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetRunRequest> |
AmazonOmicsWaiters.runCompleted()
Builds a RunCompleted 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.
|
Waiter<GetRunRequest> |
AmazonOmicsWaiters.runRunning()
Builds a RunRunning 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 |
|---|---|
GetRunResult |
GetRunFunction.apply(GetRunRequest getRunRequest)
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.