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