| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the Amazon Omics API Reference.
|
| software.amazon.awssdk.services.omics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAnnotationStoresResponse |
OmicsClient.listAnnotationStores(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)
Retrieves a list of annotation stores.
|
default ListAnnotationStoresResponse |
OmicsClient.listAnnotationStores(ListAnnotationStoresRequest listAnnotationStoresRequest)
Retrieves a list of annotation stores.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAnnotationStoresResponse> |
OmicsAsyncClient.listAnnotationStores(Consumer<ListAnnotationStoresRequest.Builder> listAnnotationStoresRequest)
Retrieves a list of annotation stores.
|
default CompletableFuture<ListAnnotationStoresResponse> |
OmicsAsyncClient.listAnnotationStores(ListAnnotationStoresRequest listAnnotationStoresRequest)
Retrieves a list of annotation stores.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAnnotationStoresResponse> |
ListAnnotationStoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnnotationStoresPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAnnotationStoresResponse> subscriber) |
Copyright © 2023. All rights reserved.