Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeOutboundConnectionsRequest
-
Packages that use DescribeOutboundConnectionsRequest 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 software.amazon.awssdk.services.opensearch.transform -
-
Uses of DescribeOutboundConnectionsRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type DescribeOutboundConnectionsRequest Modifier and Type Method Description default CompletableFuture<DescribeOutboundConnectionsResponse>OpenSearchAsyncClient. describeOutboundConnections(DescribeOutboundConnectionsRequest 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.default DescribeOutboundConnectionsPublisherOpenSearchAsyncClient. describeOutboundConnectionsPaginator(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)default DescribeOutboundConnectionsIterableOpenSearchClient. describeOutboundConnectionsPaginator(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest) -
Uses of DescribeOutboundConnectionsRequest in software.amazon.awssdk.services.opensearch.paginators
Constructors in software.amazon.awssdk.services.opensearch.paginators with parameters of type DescribeOutboundConnectionsRequest Constructor Description DescribeOutboundConnectionsIterable(OpenSearchClient client, DescribeOutboundConnectionsRequest firstRequest)DescribeOutboundConnectionsPublisher(OpenSearchAsyncClient client, DescribeOutboundConnectionsRequest firstRequest) -
Uses of DescribeOutboundConnectionsRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type DescribeOutboundConnectionsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeOutboundConnectionsRequestMarshaller. marshall(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)
-