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 |
---|---|
DescribeInboundConnectionsResult |
AbstractAmazonOpenSearch.describeInboundConnections(DescribeInboundConnectionsRequest request) |
DescribeInboundConnectionsResult |
AmazonOpenSearchClient.describeInboundConnections(DescribeInboundConnectionsRequest request)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
DescribeInboundConnectionsResult |
AmazonOpenSearch.describeInboundConnections(DescribeInboundConnectionsRequest describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
Modifier and Type | Method and Description |
---|---|
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.clone() |
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(Collection<InboundConnection> connections)
List of inbound connections.
|
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(InboundConnection... connections)
List of inbound connections.
|
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
Copyright © 2023. All rights reserved.