| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundConnectionsResult |
AbstractAmazonOpenSearch.describeOutboundConnections(DescribeOutboundConnectionsRequest request) |
DescribeOutboundConnectionsResult |
AmazonOpenSearch.describeOutboundConnections(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local domain.
|
DescribeOutboundConnectionsResult |
AmazonOpenSearchClient.describeOutboundConnections(DescribeOutboundConnectionsRequest request)
Lists all the outbound cross-cluster connections for a local domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeOutboundConnectionsResult> |
AbstractAmazonOpenSearchAsync.describeOutboundConnectionsAsync(DescribeOutboundConnectionsRequest request,
AsyncHandler<DescribeOutboundConnectionsRequest,DescribeOutboundConnectionsResult> asyncHandler) |
Future<DescribeOutboundConnectionsResult> |
AmazonOpenSearchAsync.describeOutboundConnectionsAsync(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest,
AsyncHandler<DescribeOutboundConnectionsRequest,DescribeOutboundConnectionsResult> asyncHandler)
Lists all the outbound cross-cluster connections for a local domain.
|
Future<DescribeOutboundConnectionsResult> |
AmazonOpenSearchAsyncClient.describeOutboundConnectionsAsync(DescribeOutboundConnectionsRequest request,
AsyncHandler<DescribeOutboundConnectionsRequest,DescribeOutboundConnectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.clone() |
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(Collection<OutboundConnection> connections)
A list of
OutboundConnection matching the specified filter criteria. |
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(OutboundConnection... connections)
A list of
OutboundConnection matching the specified filter criteria. |
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.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.