| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeOutboundConnectionsResponse |
OpenSearchClient.describeOutboundConnections(DescribeOutboundConnectionsRequest 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.
|
default DescribeOutboundConnectionsIterable |
OpenSearchClient.describeOutboundConnectionsPaginator(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
default DescribeOutboundConnectionsPublisher |
OpenSearchAsyncClient.describeOutboundConnectionsPaginator(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
| Constructor and Description |
|---|
DescribeOutboundConnectionsIterable(OpenSearchClient client,
DescribeOutboundConnectionsRequest firstRequest) |
DescribeOutboundConnectionsPublisher(OpenSearchAsyncClient client,
DescribeOutboundConnectionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeOutboundConnectionsRequestMarshaller.marshall(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest) |
Copyright © 2023. All rights reserved.