| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the Amazon Omics API Reference.
|
| com.amazonaws.services.omics.model | |
| com.amazonaws.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetVariantStoreResult> |
AmazonOmicsAsyncClient.getVariantStoreAsync(GetVariantStoreRequest request,
AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler) |
Future<GetVariantStoreResult> |
AbstractAmazonOmicsAsync.getVariantStoreAsync(GetVariantStoreRequest request,
AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler) |
Future<GetVariantStoreResult> |
AmazonOmicsAsync.getVariantStoreAsync(GetVariantStoreRequest getVariantStoreRequest,
AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler)
Gets information about a variant store.
|
| Modifier and Type | Method and Description |
|---|---|
GetVariantStoreRequest |
GetVariantStoreRequest.clone() |
GetVariantStoreRequest |
GetVariantStoreRequest.withName(String name)
The store's name.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetVariantStoreRequest> |
AmazonOmicsWaiters.variantStoreCreated()
Builds a VariantStoreCreated 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<GetVariantStoreRequest> |
AmazonOmicsWaiters.variantStoreDeleted()
Builds a VariantStoreDeleted 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 |
|---|---|
GetVariantStoreResult |
GetVariantStoreFunction.apply(GetVariantStoreRequest getVariantStoreRequest)
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.