| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeOutboundConnectionsResult> |
AmazonOpenSearchAsync.describeOutboundConnectionsAsync(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest,
AsyncHandler<DescribeOutboundConnectionsRequest,DescribeOutboundConnectionsResult> asyncHandler)
Lists all the outbound cross-cluster connections for a local domain.
|
Future<DescribeOutboundConnectionsResult> |
AbstractAmazonOpenSearchAsync.describeOutboundConnectionsAsync(DescribeOutboundConnectionsRequest request,
AsyncHandler<DescribeOutboundConnectionsRequest,DescribeOutboundConnectionsResult> asyncHandler) |
Future<DescribeOutboundConnectionsResult> |
AmazonOpenSearchAsyncClient.describeOutboundConnectionsAsync(DescribeOutboundConnectionsRequest request,
AsyncHandler<DescribeOutboundConnectionsRequest,DescribeOutboundConnectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundConnectionsRequest |
DescribeOutboundConnectionsRequest.clone() |
DescribeOutboundConnectionsRequest |
DescribeOutboundConnectionsRequest.withFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
DescribeOutboundConnectionsRequest |
DescribeOutboundConnectionsRequest.withFilters(Filter... filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
DescribeOutboundConnectionsRequest |
DescribeOutboundConnectionsRequest.withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeOutboundConnectionsRequest |
DescribeOutboundConnectionsRequest.withNextToken(String nextToken)
NextToken is sent in case the earlier API call results contain the NextToken parameter.
|
Copyright © 2022. All rights reserved.