| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
OutboundCrossClusterSearchConnection |
DeleteOutboundCrossClusterSearchConnectionResponse.crossClusterSearchConnection()
Specifies the
OutboundCrossClusterSearchConnection of deleted outbound connection. |
| Modifier and Type | Method and Description |
|---|---|
List<OutboundCrossClusterSearchConnection> |
DescribeOutboundCrossClusterSearchConnectionsResponse.crossClusterSearchConnections()
Consists of list of
OutboundCrossClusterSearchConnection matching the specified filter
criteria. |
| Modifier and Type | Method and Description |
|---|---|
DeleteOutboundCrossClusterSearchConnectionResponse.Builder |
DeleteOutboundCrossClusterSearchConnectionResponse.Builder.crossClusterSearchConnection(OutboundCrossClusterSearchConnection crossClusterSearchConnection)
Specifies the
OutboundCrossClusterSearchConnection of deleted outbound connection. |
DescribeOutboundCrossClusterSearchConnectionsResponse.Builder |
DescribeOutboundCrossClusterSearchConnectionsResponse.Builder.crossClusterSearchConnections(OutboundCrossClusterSearchConnection... crossClusterSearchConnections)
Consists of list of
OutboundCrossClusterSearchConnection matching the specified filter
criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundCrossClusterSearchConnectionsResponse.Builder |
DescribeOutboundCrossClusterSearchConnectionsResponse.Builder.crossClusterSearchConnections(Collection<OutboundCrossClusterSearchConnection> crossClusterSearchConnections)
Consists of list of
OutboundCrossClusterSearchConnection matching the specified filter
criteria. |
Copyright © 2023. All rights reserved.