| 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 DescribeInboundConnectionsResponse |
OpenSearchClient.describeInboundConnections(Consumer<DescribeInboundConnectionsRequest.Builder> describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
default DescribeInboundConnectionsResponse |
OpenSearchClient.describeInboundConnections(DescribeInboundConnectionsRequest describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeInboundConnectionsResponse> |
DescribeInboundConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInboundConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInboundConnectionsResponse> subscriber) |
Copyright © 2022. All rights reserved.