| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAnnotationStoreVersionResult> |
AmazonOmicsAsyncClient.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.
|
Future<UpdateAnnotationStoreVersionResult> |
AbstractAmazonOmicsAsync.updateAnnotationStoreVersionAsync(UpdateAnnotationStoreVersionRequest request,
AsyncHandler<UpdateAnnotationStoreVersionRequest,UpdateAnnotationStoreVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreVersionRequest |
UpdateAnnotationStoreVersionRequest.clone() |
UpdateAnnotationStoreVersionRequest |
UpdateAnnotationStoreVersionRequest.withDescription(String description)
The description of an annotation store.
|
UpdateAnnotationStoreVersionRequest |
UpdateAnnotationStoreVersionRequest.withName(String name)
The name of an annotation store.
|
UpdateAnnotationStoreVersionRequest |
UpdateAnnotationStoreVersionRequest.withVersionName(String versionName)
The name of an annotation store version.
|
Copyright © 2024. All rights reserved.