| 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<GetAnnotationStoreVersionResult> |
AbstractAmazonOmicsAsync.getAnnotationStoreVersionAsync(GetAnnotationStoreVersionRequest request,
AsyncHandler<GetAnnotationStoreVersionRequest,GetAnnotationStoreVersionResult> asyncHandler) |
Future<GetAnnotationStoreVersionResult> |
AmazonOmicsAsync.getAnnotationStoreVersionAsync(GetAnnotationStoreVersionRequest getAnnotationStoreVersionRequest,
AsyncHandler<GetAnnotationStoreVersionRequest,GetAnnotationStoreVersionResult> asyncHandler)
Retrieves the metadata for an annotation store version.
|
Future<GetAnnotationStoreVersionResult> |
AmazonOmicsAsyncClient.getAnnotationStoreVersionAsync(GetAnnotationStoreVersionRequest request,
AsyncHandler<GetAnnotationStoreVersionRequest,GetAnnotationStoreVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAnnotationStoreVersionRequest |
GetAnnotationStoreVersionRequest.clone() |
GetAnnotationStoreVersionRequest |
GetAnnotationStoreVersionRequest.withName(String name)
The name given to an annotation store version to distinguish it from others.
|
GetAnnotationStoreVersionRequest |
GetAnnotationStoreVersionRequest.withVersionName(String versionName)
The name given to an annotation store version to distinguish it from others.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetAnnotationStoreVersionRequest> |
AmazonOmicsWaiters.annotationStoreVersionCreated()
Builds a AnnotationStoreVersionCreated 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<GetAnnotationStoreVersionRequest> |
AmazonOmicsWaiters.annotationStoreVersionDeleted()
Builds a AnnotationStoreVersionDeleted 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 |
|---|---|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionFunction.apply(GetAnnotationStoreVersionRequest getAnnotationStoreVersionRequest)
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.