| 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<GetReadSetExportJobResult> |
AbstractAmazonOmicsAsync.getReadSetExportJobAsync(GetReadSetExportJobRequest request,
AsyncHandler<GetReadSetExportJobRequest,GetReadSetExportJobResult> asyncHandler) |
Future<GetReadSetExportJobResult> |
AmazonOmicsAsync.getReadSetExportJobAsync(GetReadSetExportJobRequest getReadSetExportJobRequest,
AsyncHandler<GetReadSetExportJobRequest,GetReadSetExportJobResult> asyncHandler)
Gets information about a read set export job.
|
Future<GetReadSetExportJobResult> |
AmazonOmicsAsyncClient.getReadSetExportJobAsync(GetReadSetExportJobRequest request,
AsyncHandler<GetReadSetExportJobRequest,GetReadSetExportJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetReadSetExportJobRequest |
GetReadSetExportJobRequest.clone() |
GetReadSetExportJobRequest |
GetReadSetExportJobRequest.withId(String id)
The job's ID.
|
GetReadSetExportJobRequest |
GetReadSetExportJobRequest.withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetReadSetExportJobRequest> |
AmazonOmicsWaiters.readSetExportJobCompleted()
Builds a ReadSetExportJobCompleted 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 |
|---|---|
GetReadSetExportJobResult |
GetReadSetExportJobFunction.apply(GetReadSetExportJobRequest getReadSetExportJobRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.