Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DescribeOutboundConnectionsResult |
AbstractAmazonOpenSearch.describeOutboundConnections(DescribeOutboundConnectionsRequest request) |
DescribeOutboundConnectionsResult |
AmazonOpenSearchClient.describeOutboundConnections(DescribeOutboundConnectionsRequest request)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
DescribeOutboundConnectionsResult |
AmazonOpenSearch.describeOutboundConnections(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
Modifier and Type | Method and Description |
---|---|
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.clone() |
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(Collection<OutboundConnection> connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(OutboundConnection... connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
Copyright © 2023. All rights reserved.