| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless |
Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
security policies.
|
| software.amazon.awssdk.services.opensearchserverless.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCollectionsResponse |
OpenSearchServerlessClient.listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)
Lists all OpenSearch Serverless collections.
|
default ListCollectionsResponse |
OpenSearchServerlessClient.listCollections(ListCollectionsRequest listCollectionsRequest)
Lists all OpenSearch Serverless collections.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCollectionsResponse> |
OpenSearchServerlessAsyncClient.listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)
Lists all OpenSearch Serverless collections.
|
default CompletableFuture<ListCollectionsResponse> |
OpenSearchServerlessAsyncClient.listCollections(ListCollectionsRequest listCollectionsRequest)
Lists all OpenSearch Serverless collections.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCollectionsResponse> |
ListCollectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCollectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCollectionsResponse> subscriber) |
Copyright © 2023. All rights reserved.