| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model | |
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationStoreVersionItem> |
ListAnnotationStoreVersionsResponse.annotationStoreVersions()
Lists all versions of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoreVersionsResponse.Builder |
ListAnnotationStoreVersionsResponse.Builder.annotationStoreVersions(AnnotationStoreVersionItem... annotationStoreVersions)
Lists all versions of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoreVersionsResponse.Builder |
ListAnnotationStoreVersionsResponse.Builder.annotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AnnotationStoreVersionItem> |
ListAnnotationStoreVersionsPublisher.annotationStoreVersions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AnnotationStoreVersionItem> |
ListAnnotationStoreVersionsIterable.annotationStoreVersions()
Returns an iterable to iterate through the paginated
ListAnnotationStoreVersionsResponse.annotationStoreVersions() member. |
Copyright © 2023. All rights reserved.