| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreVersionResult |
AbstractAmazonOmics.createAnnotationStoreVersion(CreateAnnotationStoreVersionRequest request) |
CreateAnnotationStoreVersionResult |
AmazonOmics.createAnnotationStoreVersion(CreateAnnotationStoreVersionRequest createAnnotationStoreVersionRequest)
Creates a new version of an annotation store.
|
CreateAnnotationStoreVersionResult |
AmazonOmicsClient.createAnnotationStoreVersion(CreateAnnotationStoreVersionRequest request)
Creates a new version of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAnnotationStoreVersionResult> |
AbstractAmazonOmicsAsync.createAnnotationStoreVersionAsync(CreateAnnotationStoreVersionRequest request,
AsyncHandler<CreateAnnotationStoreVersionRequest,CreateAnnotationStoreVersionResult> asyncHandler) |
Future<CreateAnnotationStoreVersionResult> |
AmazonOmicsAsync.createAnnotationStoreVersionAsync(CreateAnnotationStoreVersionRequest createAnnotationStoreVersionRequest,
AsyncHandler<CreateAnnotationStoreVersionRequest,CreateAnnotationStoreVersionResult> asyncHandler)
Creates a new version of an annotation store.
|
Future<CreateAnnotationStoreVersionResult> |
AmazonOmicsAsyncClient.createAnnotationStoreVersionAsync(CreateAnnotationStoreVersionRequest request,
AsyncHandler<CreateAnnotationStoreVersionRequest,CreateAnnotationStoreVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.clone() |
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withCreationTime(Date creationTime)
The time stamp for the creation of an annotation store version.
|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withId(String id)
A generated ID for the annotation store
|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withName(String name)
The name given to an annotation store version to distinguish it from other versions.
|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withStatus(String status)
The status of a annotation store version.
|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withStatus(VersionStatus status)
The status of a annotation store version.
|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withStoreId(String storeId)
The ID for the annotation store from which new versions are being created.
|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
CreateAnnotationStoreVersionResult |
CreateAnnotationStoreVersionResult.withVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
|
Copyright © 2025. All rights reserved.