| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInboundConnectionsResponse> |
OpenSearchAsyncClient.describeInboundConnections(Consumer<DescribeInboundConnectionsRequest.Builder> describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
default DescribeInboundConnectionsResponse |
OpenSearchClient.describeInboundConnections(Consumer<DescribeInboundConnectionsRequest.Builder> describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
default DescribeInboundConnectionsPublisher |
OpenSearchAsyncClient.describeInboundConnectionsPaginator(Consumer<DescribeInboundConnectionsRequest.Builder> describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
default DescribeInboundConnectionsIterable |
OpenSearchClient.describeInboundConnectionsPaginator(Consumer<DescribeInboundConnectionsRequest.Builder> describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service
domain.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.builder() |
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.Builder.filters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.Builder.filters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.Builder.maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.Builder.nextToken(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. |
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeInboundConnectionsRequest.Builder |
DescribeInboundConnectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInboundConnectionsRequest.Builder> |
DescribeInboundConnectionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.