Uses of Class
software.amazon.awssdk.services.elasticsearch.model.DescribeInboundCrossClusterSearchConnectionsResponse
-
Packages that use DescribeInboundCrossClusterSearchConnectionsResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.paginators -
-
Uses of DescribeInboundCrossClusterSearchConnectionsResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return DescribeInboundCrossClusterSearchConnectionsResponse Modifier and Type Method Description default DescribeInboundCrossClusterSearchConnectionsResponseElasticsearchClient. describeInboundCrossClusterSearchConnections(Consumer<DescribeInboundCrossClusterSearchConnectionsRequest.Builder> describeInboundCrossClusterSearchConnectionsRequest)Lists all the inbound cross-cluster search connections for a destination domain.default DescribeInboundCrossClusterSearchConnectionsResponseElasticsearchClient. describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest describeInboundCrossClusterSearchConnectionsRequest)Lists all the inbound cross-cluster search connections for a destination domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type DescribeInboundCrossClusterSearchConnectionsResponse Modifier and Type Method 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. -
Uses of DescribeInboundCrossClusterSearchConnectionsResponse in software.amazon.awssdk.services.elasticsearch.paginators
Methods in software.amazon.awssdk.services.elasticsearch.paginators that return types with arguments of type DescribeInboundCrossClusterSearchConnectionsResponse Modifier and Type Method Description Iterator<DescribeInboundCrossClusterSearchConnectionsResponse>DescribeInboundCrossClusterSearchConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticsearch.paginators with type arguments of type DescribeInboundCrossClusterSearchConnectionsResponse Modifier and Type Method Description voidDescribeInboundCrossClusterSearchConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInboundCrossClusterSearchConnectionsResponse> subscriber)
-