| 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 |
|---|---|
GetVariantStoreResult |
AmazonOmicsClient.getVariantStore(GetVariantStoreRequest request)
Gets information about a variant store.
|
GetVariantStoreResult |
AbstractAmazonOmics.getVariantStore(GetVariantStoreRequest request) |
GetVariantStoreResult |
AmazonOmics.getVariantStore(GetVariantStoreRequest getVariantStoreRequest)
Gets information about a variant store.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVariantStoreResult> |
AmazonOmicsAsyncClient.getVariantStoreAsync(GetVariantStoreRequest request,
AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler) |
Future<GetVariantStoreResult> |
AmazonOmicsAsync.getVariantStoreAsync(GetVariantStoreRequest getVariantStoreRequest,
AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler)
Gets information about a variant store.
|
Future<GetVariantStoreResult> |
AbstractAmazonOmicsAsync.getVariantStoreAsync(GetVariantStoreRequest request,
AsyncHandler<GetVariantStoreRequest,GetVariantStoreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetVariantStoreResult |
GetVariantStoreResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetVariantStoreResult |
GetVariantStoreResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetVariantStoreResult |
GetVariantStoreResult.clone() |
GetVariantStoreResult |
GetVariantStoreResult.withCreationTime(Date creationTime)
When the store was created.
|
GetVariantStoreResult |
GetVariantStoreResult.withDescription(String description)
The store's description.
|
GetVariantStoreResult |
GetVariantStoreResult.withId(String id)
The store's ID.
|
GetVariantStoreResult |
GetVariantStoreResult.withName(String name)
The store's name.
|
GetVariantStoreResult |
GetVariantStoreResult.withReference(ReferenceItem reference)
The store's genome reference.
|
GetVariantStoreResult |
GetVariantStoreResult.withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
GetVariantStoreResult |
GetVariantStoreResult.withStatus(StoreStatus status)
The store's status.
|
GetVariantStoreResult |
GetVariantStoreResult.withStatus(String status)
The store's status.
|
GetVariantStoreResult |
GetVariantStoreResult.withStatusMessage(String statusMessage)
The store's status message.
|
GetVariantStoreResult |
GetVariantStoreResult.withStoreArn(String storeArn)
The store's ARN.
|
GetVariantStoreResult |
GetVariantStoreResult.withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
GetVariantStoreResult |
GetVariantStoreResult.withTags(Map<String,String> tags)
The store's tags.
|
GetVariantStoreResult |
GetVariantStoreResult.withUpdateTime(Date updateTime)
When the store was updated.
|
| Modifier and Type | Method and Description |
|---|---|
GetVariantStoreResult |
GetVariantStoreFunction.apply(GetVariantStoreRequest getVariantStoreRequest)
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.