| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the AWS HealthOmics API Reference.
|
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAnnotationStoreVersionsResponse |
OmicsClient.listAnnotationStoreVersions(Consumer<ListAnnotationStoreVersionsRequest.Builder> listAnnotationStoreVersionsRequest)
Lists the versions of an annotation store.
|
default ListAnnotationStoreVersionsResponse |
OmicsClient.listAnnotationStoreVersions(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)
Lists the versions of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAnnotationStoreVersionsResponse> |
OmicsAsyncClient.listAnnotationStoreVersions(Consumer<ListAnnotationStoreVersionsRequest.Builder> listAnnotationStoreVersionsRequest)
Lists the versions of an annotation store.
|
default CompletableFuture<ListAnnotationStoreVersionsResponse> |
OmicsAsyncClient.listAnnotationStoreVersions(ListAnnotationStoreVersionsRequest listAnnotationStoreVersionsRequest)
Lists the versions of an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAnnotationStoreVersionsResponse> |
ListAnnotationStoreVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnnotationStoreVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAnnotationStoreVersionsResponse> subscriber) |
Copyright © 2023. All rights reserved.