| 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<GetReadSetImportJobResult> |
AmazonOmicsAsyncClient.getReadSetImportJobAsync(GetReadSetImportJobRequest request,
AsyncHandler<GetReadSetImportJobRequest,GetReadSetImportJobResult> asyncHandler) |
Future<GetReadSetImportJobResult> |
AbstractAmazonOmicsAsync.getReadSetImportJobAsync(GetReadSetImportJobRequest request,
AsyncHandler<GetReadSetImportJobRequest,GetReadSetImportJobResult> asyncHandler) |
Future<GetReadSetImportJobResult> |
AmazonOmicsAsync.getReadSetImportJobAsync(GetReadSetImportJobRequest getReadSetImportJobRequest,
AsyncHandler<GetReadSetImportJobRequest,GetReadSetImportJobResult> asyncHandler)
Gets information about a read set import job.
|
| Modifier and Type | Method and Description |
|---|---|
GetReadSetImportJobRequest |
GetReadSetImportJobRequest.clone() |
GetReadSetImportJobRequest |
GetReadSetImportJobRequest.withId(String id)
The job's ID.
|
GetReadSetImportJobRequest |
GetReadSetImportJobRequest.withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetReadSetImportJobRequest> |
AmazonOmicsWaiters.readSetImportJobCompleted()
Builds a ReadSetImportJobCompleted 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 |
|---|---|
GetReadSetImportJobResult |
GetReadSetImportJobFunction.apply(GetReadSetImportJobRequest getReadSetImportJobRequest)
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.