| 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 |
|---|---|
GetAnnotationStoreVersionResult |
AmazonOmicsClient.getAnnotationStoreVersion(GetAnnotationStoreVersionRequest request)
Retrieves the metadata for an annotation store version.
|
GetAnnotationStoreVersionResult |
AmazonOmics.getAnnotationStoreVersion(GetAnnotationStoreVersionRequest getAnnotationStoreVersionRequest)
Retrieves the metadata for an annotation store version.
|
GetAnnotationStoreVersionResult |
AbstractAmazonOmics.getAnnotationStoreVersion(GetAnnotationStoreVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAnnotationStoreVersionResult> |
AmazonOmicsAsyncClient.getAnnotationStoreVersionAsync(GetAnnotationStoreVersionRequest request,
AsyncHandler<GetAnnotationStoreVersionRequest,GetAnnotationStoreVersionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.clone() |
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withCreationTime(Date creationTime)
The time stamp for when an annotation store version was created.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withDescription(String description)
The description for an annotation store version.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withId(String id)
The annotation store version ID.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withName(String name)
The name of the annotation store.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withStatus(String status)
The status of an annotation store version.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withStatus(VersionStatus status)
The status of an annotation store version.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withStatusMessage(String statusMessage)
The status of an annotation store version.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withStoreId(String storeId)
The store ID for annotation store version.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withTags(Map<String,String> tags)
Any tags associated with an annotation store version.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withUpdateTime(Date updateTime)
The time stamp for when an annotation store version was updated.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withVersionArn(String versionArn)
The Arn for the annotation store.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withVersionName(String versionName)
The name given to an annotation store version to distinguish it from others.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
|
GetAnnotationStoreVersionResult |
GetAnnotationStoreVersionResult.withVersionSizeBytes(Long versionSizeBytes)
The size of the annotation store version in Bytes.
|
| 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.