| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeInboundConnectionsResult |
AbstractAmazonOpenSearch.describeInboundConnections(DescribeInboundConnectionsRequest request) |
DescribeInboundConnectionsResult |
AmazonOpenSearch.describeInboundConnections(DescribeInboundConnectionsRequest describeInboundConnectionsRequest)
Lists all the inbound cross-cluster connections for a remote domain.
|
DescribeInboundConnectionsResult |
AmazonOpenSearchClient.describeInboundConnections(DescribeInboundConnectionsRequest request)
Lists all the inbound cross-cluster connections for a remote domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeInboundConnectionsResult> |
AbstractAmazonOpenSearchAsync.describeInboundConnectionsAsync(DescribeInboundConnectionsRequest request,
AsyncHandler<DescribeInboundConnectionsRequest,DescribeInboundConnectionsResult> asyncHandler) |
Future<DescribeInboundConnectionsResult> |
AmazonOpenSearchAsync.describeInboundConnectionsAsync(DescribeInboundConnectionsRequest describeInboundConnectionsRequest,
AsyncHandler<DescribeInboundConnectionsRequest,DescribeInboundConnectionsResult> asyncHandler)
Lists all the inbound cross-cluster connections for a remote domain.
|
Future<DescribeInboundConnectionsResult> |
AmazonOpenSearchAsyncClient.describeInboundConnectionsAsync(DescribeInboundConnectionsRequest request,
AsyncHandler<DescribeInboundConnectionsRequest,DescribeInboundConnectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.clone() |
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(Collection<InboundConnection> connections)
A list of
InboundConnection matching the specified filter criteria. |
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(InboundConnection... connections)
A list of
InboundConnection matching the specified filter criteria. |
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withNextToken(String nextToken)
If more results are available and NextToken is present, make the next request to the same API with the received
NextToken to paginate the remaining results.
|
Copyright © 2022. All rights reserved.