Uses of Class
software.amazon.awssdk.services.elasticsearch.model.DescribeOutboundCrossClusterSearchConnectionsResponse
-
Packages that use DescribeOutboundCrossClusterSearchConnectionsResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.paginators -
-
Uses of DescribeOutboundCrossClusterSearchConnectionsResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return DescribeOutboundCrossClusterSearchConnectionsResponse Modifier and Type Method Description default DescribeOutboundCrossClusterSearchConnectionsResponseElasticsearchClient. describeOutboundCrossClusterSearchConnections(Consumer<DescribeOutboundCrossClusterSearchConnectionsRequest.Builder> describeOutboundCrossClusterSearchConnectionsRequest)Lists all the outbound cross-cluster search connections for a source domain.default DescribeOutboundCrossClusterSearchConnectionsResponseElasticsearchClient. describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest describeOutboundCrossClusterSearchConnectionsRequest)Lists all the outbound cross-cluster search connections for a source domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type DescribeOutboundCrossClusterSearchConnectionsResponse Modifier and Type Method 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. -
Uses of DescribeOutboundCrossClusterSearchConnectionsResponse in software.amazon.awssdk.services.elasticsearch.paginators
Methods in software.amazon.awssdk.services.elasticsearch.paginators that return types with arguments of type DescribeOutboundCrossClusterSearchConnectionsResponse Modifier and Type Method Description Iterator<DescribeOutboundCrossClusterSearchConnectionsResponse>DescribeOutboundCrossClusterSearchConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticsearch.paginators with type arguments of type DescribeOutboundCrossClusterSearchConnectionsResponse Modifier and Type Method Description voidDescribeOutboundCrossClusterSearchConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeOutboundCrossClusterSearchConnectionsResponse> subscriber)
-