| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDomainsForPackageResponse |
ElasticsearchClient.listDomainsForPackage(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the package.
|
default ListDomainsForPackageResponse |
ElasticsearchClient.listDomainsForPackage(ListDomainsForPackageRequest listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the package.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDomainsForPackageResponse> |
ElasticsearchAsyncClient.listDomainsForPackage(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the package.
|
default CompletableFuture<ListDomainsForPackageResponse> |
ElasticsearchAsyncClient.listDomainsForPackage(ListDomainsForPackageRequest listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the 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.