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 |
---|---|
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)
An optional parameter that specifies the maximum number of results to return.
|
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.withNextToken(String nextToken)
If your initial
DescribeInboundConnections operation returns a nextToken , you can
include the returned nextToken in subsequent DescribeInboundConnections operations,
which returns results in the next page. |
Copyright © 2023. All rights reserved.