| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| Modifier and Type | Method and Description |
|---|---|
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 DescribeInboundConnectionsResponse |
OpenSearchClient.describeInboundConnections(DescribeInboundConnectionsRequest 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.
|
default DescribeInboundConnectionsIterable |
OpenSearchClient.describeInboundConnectionsPaginator(DescribeInboundConnectionsRequest describeInboundConnectionsRequest)
Lists all the inbound cross-cluster search connections for a destination (remote) 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 DescribeOutboundConnectionsResponse |
OpenSearchClient.describeOutboundConnections(DescribeOutboundConnectionsRequest 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.
|
default DescribeOutboundConnectionsIterable |
OpenSearchClient.describeOutboundConnectionsPaginator(DescribeOutboundConnectionsRequest describeOutboundConnectionsRequest)
Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch Service domain.
|
default ListScheduledActionsResponse |
OpenSearchClient.listScheduledActions(Consumer<ListScheduledActionsRequest.Builder> listScheduledActionsRequest)
Retrieves a list of configuration changes that are scheduled for a domain.
|
default ListScheduledActionsResponse |
OpenSearchClient.listScheduledActions(ListScheduledActionsRequest listScheduledActionsRequest)
Retrieves a list of configuration changes that are scheduled for a domain.
|
default ListScheduledActionsIterable |
OpenSearchClient.listScheduledActionsPaginator(Consumer<ListScheduledActionsRequest.Builder> listScheduledActionsRequest)
Retrieves a list of configuration changes that are scheduled for a domain.
|
default ListScheduledActionsIterable |
OpenSearchClient.listScheduledActionsPaginator(ListScheduledActionsRequest listScheduledActionsRequest)
Retrieves a list of configuration changes that are scheduled for a domain.
|
Copyright © 2023. All rights reserved.