Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeOutboundConnectionsResponse
-
Packages that use DescribeOutboundConnectionsResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.paginators -
-
Uses of DescribeOutboundConnectionsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DescribeOutboundConnectionsResponse Modifier and Type Method Description default DescribeOutboundConnectionsResponseOpenSearchClient. describeOutboundConnections(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.default DescribeOutboundConnectionsResponseOpenSearchClient. describeOutboundConnections(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DescribeOutboundConnectionsResponse Modifier and Type Method Description default CompletableFuture<DescribeOutboundConnectionsResponse>OpenSearchAsyncClient. describeOutboundConnections(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.default CompletableFuture<DescribeOutboundConnectionsResponse>OpenSearchAsyncClient. describeOutboundConnections(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain. -
Uses of DescribeOutboundConnectionsResponse in software.amazon.awssdk.services.opensearch.paginators
Methods in software.amazon.awssdk.services.opensearch.paginators that return types with arguments of type DescribeOutboundConnectionsResponse Modifier and Type Method Description Iterator<DescribeOutboundConnectionsResponse>DescribeOutboundConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.opensearch.paginators with type arguments of type DescribeOutboundConnectionsResponse Modifier and Type Method Description voidDescribeOutboundConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeOutboundConnectionsResponse> subscriber)
-