| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
OutboundConnection |
OutboundConnection.clone() |
OutboundConnection |
DeleteOutboundConnectionResult.getConnection()
The
OutboundConnection of the deleted outbound connection. |
OutboundConnection |
OutboundConnection.withConnectionAlias(String connectionAlias)
The connection alias for the outbound cross-cluster connection.
|
OutboundConnection |
OutboundConnection.withConnectionId(String connectionId)
The connection ID for the outbound cross-cluster connection.
|
OutboundConnection |
OutboundConnection.withConnectionStatus(OutboundConnectionStatus connectionStatus)
The
OutboundConnectionStatus for the outbound connection. |
OutboundConnection |
OutboundConnection.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
The
DomainInformation for the local OpenSearch domain. |
OutboundConnection |
OutboundConnection.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
The
DomainInformation for the remote OpenSearch domain. |
| Modifier and Type | Method and Description |
|---|---|
List<OutboundConnection> |
DescribeOutboundConnectionsResult.getConnections()
A list of
OutboundConnection matching the specified filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteOutboundConnectionResult.setConnection(OutboundConnection connection)
The
OutboundConnection of the deleted outbound connection. |
DeleteOutboundConnectionResult |
DeleteOutboundConnectionResult.withConnection(OutboundConnection connection)
The
OutboundConnection of the deleted outbound connection. |
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(OutboundConnection... connections)
A list of
OutboundConnection matching the specified filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOutboundConnectionsResult.setConnections(Collection<OutboundConnection> connections)
A list of
OutboundConnection matching the specified filter criteria. |
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(Collection<OutboundConnection> connections)
A list of
OutboundConnection matching the specified filter criteria. |
Copyright © 2022. All rights reserved.