| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreVersionResult |
AmazonOmicsClient.updateAnnotationStoreVersion(UpdateAnnotationStoreVersionRequest request)
Updates the description of an annotation store version.
|
UpdateAnnotationStoreVersionResult |
AmazonOmics.updateAnnotationStoreVersion(UpdateAnnotationStoreVersionRequest updateAnnotationStoreVersionRequest)
Updates the description of an annotation store version.
|
UpdateAnnotationStoreVersionResult |
AbstractAmazonOmics.updateAnnotationStoreVersion(UpdateAnnotationStoreVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAnnotationStoreVersionResult> |
AmazonOmicsAsyncClient.updateAnnotationStoreVersionAsync(UpdateAnnotationStoreVersionRequest request,
AsyncHandler<UpdateAnnotationStoreVersionRequest,UpdateAnnotationStoreVersionResult> asyncHandler) |
Future<UpdateAnnotationStoreVersionResult> |
AbstractAmazonOmicsAsync.updateAnnotationStoreVersionAsync(UpdateAnnotationStoreVersionRequest request,
AsyncHandler<UpdateAnnotationStoreVersionRequest,UpdateAnnotationStoreVersionResult> asyncHandler) |
Future<UpdateAnnotationStoreVersionResult> |
AmazonOmicsAsync.updateAnnotationStoreVersionAsync(UpdateAnnotationStoreVersionRequest updateAnnotationStoreVersionRequest,
AsyncHandler<UpdateAnnotationStoreVersionRequest,UpdateAnnotationStoreVersionResult> asyncHandler)
Updates the description of an annotation store version.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.clone() |
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withCreationTime(Date creationTime)
The time stamp for when an annotation store version was created.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withDescription(String description)
The description of an annotation store version.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withId(String id)
The annotation store version ID.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withName(String name)
The name of an annotation store.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withStatus(String status)
The status of an annotation store version.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withStatus(VersionStatus status)
The status of an annotation store version.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withStoreId(String storeId)
The annotation store ID.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withUpdateTime(Date updateTime)
The time stamp for when an annotation store version was updated.
|
UpdateAnnotationStoreVersionResult |
UpdateAnnotationStoreVersionResult.withVersionName(String versionName)
The name of an annotation store version.
|
Copyright © 2023. All rights reserved.