| 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<DescribeOutboundConnectionsResponse> |
OpenSearchAsyncClient.describeOutboundConnections(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
default DescribeOutboundConnectionsResponse |
OpenSearchClient.describeOutboundConnections(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
default DescribeOutboundConnectionsPublisher |
OpenSearchAsyncClient.describeOutboundConnectionsPaginator(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
default DescribeOutboundConnectionsIterable |
OpenSearchClient.describeOutboundConnectionsPaginator(Consumer<DescribeOutboundConnectionsRequest.Builder> describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.builder() |
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.Builder.filters(Collection<Filter> filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.Builder.filters(Filter... filters)
List of filter names and values that you can use for requests.
|
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.Builder.maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.Builder.nextToken(String nextToken)
If your initial
DescribeOutboundConnections operation returns a nextToken, you can
include the returned nextToken in subsequent DescribeOutboundConnections
operations, which returns results in the next page. |
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeOutboundConnectionsRequest.Builder |
DescribeOutboundConnectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeOutboundConnectionsRequest.Builder> |
DescribeOutboundConnectionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.