| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeOutboundConnectionsResponse |
OpenSearchClient.describeOutboundConnections(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
default DescribeOutboundConnectionsResponse |
OpenSearchClient.describeOutboundConnections(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeOutboundConnectionsResponse> |
DescribeOutboundConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOutboundConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeOutboundConnectionsResponse> subscriber) |
Copyright © 2023. All rights reserved.