Package | Description |
---|---|
com.amazonaws.services.elasticsearch |
|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
DescribeInboundCrossClusterSearchConnectionsResult |
AWSElasticsearchClient.describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest request)
Lists all the inbound cross-cluster search connections for a destination domain.
|
DescribeInboundCrossClusterSearchConnectionsResult |
AWSElasticsearch.describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest describeInboundCrossClusterSearchConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination domain.
|
DescribeInboundCrossClusterSearchConnectionsResult |
AbstractAWSElasticsearch.describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest request) |
Modifier and Type | Method and Description |
---|---|
DescribeInboundCrossClusterSearchConnectionsResult |
DescribeInboundCrossClusterSearchConnectionsResult.clone() |
DescribeInboundCrossClusterSearchConnectionsResult |
DescribeInboundCrossClusterSearchConnectionsResult.withCrossClusterSearchConnections(Collection<InboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of
InboundCrossClusterSearchConnection matching the specified filter
criteria. |
DescribeInboundCrossClusterSearchConnectionsResult |
DescribeInboundCrossClusterSearchConnectionsResult.withCrossClusterSearchConnections(InboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of
InboundCrossClusterSearchConnection matching the specified filter
criteria. |
DescribeInboundCrossClusterSearchConnectionsResult |
DescribeInboundCrossClusterSearchConnectionsResult.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.