| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeOutboundCrossClusterSearchConnectionsResponse |
ElasticsearchClient.describeOutboundCrossClusterSearchConnections(Consumer<DescribeOutboundCrossClusterSearchConnectionsRequest.Builder> describeOutboundCrossClusterSearchConnectionsRequest)
Lists all the outbound cross-cluster search connections for a source domain.
|
default DescribeOutboundCrossClusterSearchConnectionsResponse |
ElasticsearchClient.describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest describeOutboundCrossClusterSearchConnectionsRequest)
Lists all the outbound cross-cluster search connections for a source domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeOutboundCrossClusterSearchConnectionsResponse> |
ElasticsearchAsyncClient.describeOutboundCrossClusterSearchConnections(Consumer<DescribeOutboundCrossClusterSearchConnectionsRequest.Builder> describeOutboundCrossClusterSearchConnectionsRequest)
Lists all the outbound cross-cluster search connections for a source domain.
|
default CompletableFuture<DescribeOutboundCrossClusterSearchConnectionsResponse> |
ElasticsearchAsyncClient.describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest describeOutboundCrossClusterSearchConnectionsRequest)
Lists all the outbound cross-cluster search connections for a source domain.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeOutboundCrossClusterSearchConnectionsResponse> |
DescribeOutboundCrossClusterSearchConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOutboundCrossClusterSearchConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeOutboundCrossClusterSearchConnectionsResponse> subscriber) |
Copyright © 2022. All rights reserved.