| 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<CreateAnnotationStoreResult> |
AbstractAmazonOmicsAsync.createAnnotationStoreAsync(CreateAnnotationStoreRequest request,
AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler) |
Future<CreateAnnotationStoreResult> |
AmazonOmicsAsync.createAnnotationStoreAsync(CreateAnnotationStoreRequest createAnnotationStoreRequest,
AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler)
Creates an annotation store.
|
Future<CreateAnnotationStoreResult> |
AmazonOmicsAsyncClient.createAnnotationStoreAsync(CreateAnnotationStoreRequest request,
AsyncHandler<CreateAnnotationStoreRequest,CreateAnnotationStoreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.clone() |
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withDescription(String description)
A description for the store.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withName(String name)
A name for the store.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withReference(ReferenceItem reference)
The genome reference for the store's annotations.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withSseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withStoreFormat(String storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withStoreOptions(StoreOptions storeOptions)
File parsing options for the annotation store.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withTags(Map<String,String> tags)
Tags for the store.
|
CreateAnnotationStoreRequest |
CreateAnnotationStoreRequest.withVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
Copyright © 2023. All rights reserved.