| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| software.amazon.awssdk.services.opensearch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDomainsForPackageResponse |
OpenSearchClient.listDomainsForPackage(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest)
Lists all Amazon OpenSearch Service domains associated with a given package.
|
default ListDomainsForPackageResponse |
OpenSearchClient.listDomainsForPackage(ListDomainsForPackageRequest listDomainsForPackageRequest)
Lists all Amazon OpenSearch Service domains associated with a given package.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDomainsForPackageResponse> |
OpenSearchAsyncClient.listDomainsForPackage(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest)
Lists all Amazon OpenSearch Service domains associated with a given package.
|
default CompletableFuture<ListDomainsForPackageResponse> |
OpenSearchAsyncClient.listDomainsForPackage(ListDomainsForPackageRequest listDomainsForPackageRequest)
Lists all Amazon OpenSearch Service domains associated with a given package.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDomainsForPackageResponse> |
ListDomainsForPackageIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainsForPackagePublisher.subscribe(org.reactivestreams.Subscriber<? super ListDomainsForPackageResponse> subscriber) |
Copyright © 2022. All rights reserved.