| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the AWS HealthOmics API Reference.
|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreResult |
AbstractAmazonOmics.createAnnotationStore(CreateAnnotationStoreRequest request) |
CreateAnnotationStoreResult |
AmazonOmicsClient.createAnnotationStore(CreateAnnotationStoreRequest request)
Creates an annotation store.
|
CreateAnnotationStoreResult |
AmazonOmics.createAnnotationStore(CreateAnnotationStoreRequest createAnnotationStoreRequest)
Creates an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAnnotationStoreResult> |
AbstractAmazonOmicsAsync.createAnnotationStoreAsync(CreateAnnotationStoreRequest request,
AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler) |
Future<CreateAnnotationStoreResult> |
AmazonOmicsAsyncClient.createAnnotationStoreAsync(CreateAnnotationStoreRequest request,
AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler) |
Future<CreateAnnotationStoreResult> |
AmazonOmicsAsync.createAnnotationStoreAsync(CreateAnnotationStoreRequest createAnnotationStoreRequest,
AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler)
Creates an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.clone() |
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withCreationTime(Date creationTime)
When the store was created.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withId(String id)
The store's ID.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withName(String name)
The store's name.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withReference(ReferenceItem reference)
The store's genome reference.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withStatus(StoreStatus status)
The store's status.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withStatus(String status)
The store's status.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withStoreFormat(String storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withStoreOptions(StoreOptions storeOptions)
The store's file parsing options.
|
CreateAnnotationStoreResult |
CreateAnnotationStoreResult.withVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
Copyright © 2024. All rights reserved.