| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the Amazon Omics API Reference.
|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreResult |
AmazonOmicsClient.updateAnnotationStore(UpdateAnnotationStoreRequest request)
Updates an annotation store.
|
UpdateAnnotationStoreResult |
AbstractAmazonOmics.updateAnnotationStore(UpdateAnnotationStoreRequest request) |
UpdateAnnotationStoreResult |
AmazonOmics.updateAnnotationStore(UpdateAnnotationStoreRequest updateAnnotationStoreRequest)
Updates an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAnnotationStoreResult> |
AmazonOmicsAsyncClient.updateAnnotationStoreAsync(UpdateAnnotationStoreRequest request,
AsyncHandler<UpdateAnnotationStoreRequest,UpdateAnnotationStoreResult> asyncHandler) |
Future<UpdateAnnotationStoreResult> |
AbstractAmazonOmicsAsync.updateAnnotationStoreAsync(UpdateAnnotationStoreRequest request,
AsyncHandler<UpdateAnnotationStoreRequest,UpdateAnnotationStoreResult> asyncHandler) |
Future<UpdateAnnotationStoreResult> |
AmazonOmicsAsync.updateAnnotationStoreAsync(UpdateAnnotationStoreRequest updateAnnotationStoreRequest,
AsyncHandler<UpdateAnnotationStoreRequest,UpdateAnnotationStoreResult> asyncHandler)
Updates an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.clone() |
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withCreationTime(Date creationTime)
When the store was created.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withDescription(String description)
The store's description.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withId(String id)
The store's ID.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withName(String name)
The store's name.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withReference(ReferenceItem reference)
The store's genome reference.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withStatus(StoreStatus status)
The store's status.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withStatus(String status)
The store's status.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withStoreFormat(String storeFormat)
The annotation file format of the store.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withStoreOptions(StoreOptions storeOptions)
Parsing options for the store.
|
UpdateAnnotationStoreResult |
UpdateAnnotationStoreResult.withUpdateTime(Date updateTime)
When the store was updated.
|
Copyright © 2023. All rights reserved.