| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| 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 |
|---|---|
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.clone() |
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.withFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.withFilters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.withMaxResults(Integer maxResults)
Set this value to limit the number of results returned.
|
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.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.