| 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<ListVariantStoresResult> |
AmazonOmicsAsyncClient.listVariantStoresAsync(ListVariantStoresRequest request,
AsyncHandler<ListVariantStoresRequest,ListVariantStoresResult> asyncHandler) |
Future<ListVariantStoresResult> |
AbstractAmazonOmicsAsync.listVariantStoresAsync(ListVariantStoresRequest request,
AsyncHandler<ListVariantStoresRequest,ListVariantStoresResult> asyncHandler) |
Future<ListVariantStoresResult> |
AmazonOmicsAsync.listVariantStoresAsync(ListVariantStoresRequest listVariantStoresRequest,
AsyncHandler<ListVariantStoresRequest,ListVariantStoresResult> asyncHandler)
Retrieves a list of variant stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListVariantStoresRequest |
ListVariantStoresRequest.clone() |
ListVariantStoresRequest |
ListVariantStoresRequest.withFilter(ListVariantStoresFilter filter)
A filter to apply to the list.
|
ListVariantStoresRequest |
ListVariantStoresRequest.withIds(Collection<String> ids)
A list of store IDs.
|
ListVariantStoresRequest |
ListVariantStoresRequest.withIds(String... ids)
A list of store IDs.
|
ListVariantStoresRequest |
ListVariantStoresRequest.withMaxResults(Integer maxResults)
The maximum number of stores to return in one page of results.
|
ListVariantStoresRequest |
ListVariantStoresRequest.withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
Copyright © 2023. All rights reserved.