| Package | Description |
|---|---|
| com.amazonaws.services.omics |
This is the Amazon Omics API Reference.
|
| com.amazonaws.services.omics.model | |
| com.amazonaws.services.omics.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetAnnotationStoreResult |
AbstractAmazonOmics.getAnnotationStore(GetAnnotationStoreRequest request) |
GetAnnotationStoreResult |
AmazonOmicsClient.getAnnotationStore(GetAnnotationStoreRequest request)
Gets information about an annotation store.
|
GetAnnotationStoreResult |
AmazonOmics.getAnnotationStore(GetAnnotationStoreRequest getAnnotationStoreRequest)
Gets information about an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAnnotationStoreResult> |
AmazonOmicsAsyncClient.getAnnotationStoreAsync(GetAnnotationStoreRequest request,
AsyncHandler<GetAnnotationStoreRequest,GetAnnotationStoreResult> asyncHandler) |
Future<GetAnnotationStoreResult> |
AmazonOmicsAsync.getAnnotationStoreAsync(GetAnnotationStoreRequest getAnnotationStoreRequest,
AsyncHandler<GetAnnotationStoreRequest,GetAnnotationStoreResult> asyncHandler)
Gets information about an annotation store.
|
Future<GetAnnotationStoreResult> |
AbstractAmazonOmicsAsync.getAnnotationStoreAsync(GetAnnotationStoreRequest request,
AsyncHandler<GetAnnotationStoreRequest,GetAnnotationStoreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAnnotationStoreResult |
GetAnnotationStoreResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.clone() |
GetAnnotationStoreResult |
GetAnnotationStoreResult.withCreationTime(Date creationTime)
When the store was created.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withDescription(String description)
The store's description.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withId(String id)
The store's ID.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withName(String name)
The store's name.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withReference(ReferenceItem reference)
The store's genome reference.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStatus(StoreStatus status)
The store's status.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStatus(String status)
The store's status.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStatusMessage(String statusMessage)
A status message.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStoreArn(String storeArn)
The store's ARN.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStoreFormat(StoreFormat storeFormat)
The store's annotation file format.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStoreFormat(String storeFormat)
The store's annotation file format.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStoreOptions(StoreOptions storeOptions)
The store's parsing options.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withTags(Map<String,String> tags)
The store's tags.
|
GetAnnotationStoreResult |
GetAnnotationStoreResult.withUpdateTime(Date updateTime)
When the store was updated.
|
| Modifier and Type | Method and Description |
|---|---|
GetAnnotationStoreResult |
GetAnnotationStoreFunction.apply(GetAnnotationStoreRequest getAnnotationStoreRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.