Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeInboundConnectionsResponse
-
Packages that use DescribeInboundConnectionsResponse 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 DescribeInboundConnectionsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DescribeInboundConnectionsResponse Modifier and Type Method Description default DescribeInboundConnectionsResponseOpenSearchClient. describeInboundConnections(Consumer<DescribeInboundConnectionsRequest.Builder> describeInboundConnectionsRequest)Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain.default DescribeInboundConnectionsResponseOpenSearchClient. describeInboundConnections(DescribeInboundConnectionsRequest describeInboundConnectionsRequest)Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DescribeInboundConnectionsResponse Modifier and Type Method Description default CompletableFuture<DescribeInboundConnectionsResponse>OpenSearchAsyncClient. describeInboundConnections(Consumer<DescribeInboundConnectionsRequest.Builder> describeInboundConnectionsRequest)Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain.default CompletableFuture<DescribeInboundConnectionsResponse>OpenSearchAsyncClient. describeInboundConnections(DescribeInboundConnectionsRequest describeInboundConnectionsRequest)Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. -
Uses of DescribeInboundConnectionsResponse in software.amazon.awssdk.services.opensearch.paginators
Methods in software.amazon.awssdk.services.opensearch.paginators that return types with arguments of type DescribeInboundConnectionsResponse Modifier and Type Method Description Iterator<DescribeInboundConnectionsResponse>DescribeInboundConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.opensearch.paginators with type arguments of type DescribeInboundConnectionsResponse Modifier and Type Method Description voidDescribeInboundConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInboundConnectionsResponse> subscriber)
-