| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInboundCrossClusterSearchConnectionsResponse |
ElasticsearchClient.describeInboundCrossClusterSearchConnections(Consumer<DescribeInboundCrossClusterSearchConnectionsRequest.Builder> describeInboundCrossClusterSearchConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination domain.
|
default DescribeInboundCrossClusterSearchConnectionsResponse |
ElasticsearchClient.describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest describeInboundCrossClusterSearchConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInboundCrossClusterSearchConnectionsResponse> |
ElasticsearchAsyncClient.describeInboundCrossClusterSearchConnections(Consumer<DescribeInboundCrossClusterSearchConnectionsRequest.Builder> describeInboundCrossClusterSearchConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination domain.
|
default CompletableFuture<DescribeInboundCrossClusterSearchConnectionsResponse> |
ElasticsearchAsyncClient.describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest describeInboundCrossClusterSearchConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination domain.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeInboundCrossClusterSearchConnectionsResponse> |
DescribeInboundCrossClusterSearchConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInboundCrossClusterSearchConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInboundCrossClusterSearchConnectionsResponse> subscriber) |
Copyright © 2023. All rights reserved.