| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model | |
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<VariantStoreItem> |
ListVariantStoresResponse.variantStores()
A list of variant stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListVariantStoresResponse.Builder |
ListVariantStoresResponse.Builder.variantStores(VariantStoreItem... variantStores)
A list of variant stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListVariantStoresResponse.Builder |
ListVariantStoresResponse.Builder.variantStores(Collection<VariantStoreItem> variantStores)
A list of variant stores.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<VariantStoreItem> |
ListVariantStoresIterable.variantStores()
Returns an iterable to iterate through the paginated
ListVariantStoresResponse.variantStores() member. |
SdkPublisher<VariantStoreItem> |
ListVariantStoresPublisher.variantStores()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.