Package | Description |
---|---|
com.amazonaws.services.elasticsearch |
|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
DescribeOutboundCrossClusterSearchConnectionsResult |
AbstractAWSElasticsearch.describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest request) |
DescribeOutboundCrossClusterSearchConnectionsResult |
AWSElasticsearch.describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest describeOutboundCrossClusterSearchConnectionsRequest)
Lists all the outbound cross-cluster search connections for a source domain.
|
DescribeOutboundCrossClusterSearchConnectionsResult |
AWSElasticsearchClient.describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest request)
Lists all the outbound cross-cluster search connections for a source domain.
|
Modifier and Type | Method and Description |
---|---|
DescribeOutboundCrossClusterSearchConnectionsResult |
DescribeOutboundCrossClusterSearchConnectionsResult.clone() |
DescribeOutboundCrossClusterSearchConnectionsResult |
DescribeOutboundCrossClusterSearchConnectionsResult.withCrossClusterSearchConnections(Collection<OutboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of
OutboundCrossClusterSearchConnection matching the specified filter
criteria. |
DescribeOutboundCrossClusterSearchConnectionsResult |
DescribeOutboundCrossClusterSearchConnectionsResult.withCrossClusterSearchConnections(OutboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of
OutboundCrossClusterSearchConnection matching the specified filter
criteria. |
DescribeOutboundCrossClusterSearchConnectionsResult |
DescribeOutboundCrossClusterSearchConnectionsResult.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 © 2021. All rights reserved.