Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
OutboundConnection |
OutboundConnection.clone() |
OutboundConnection |
DeleteOutboundConnectionResult.getConnection()
The deleted inbound connection.
|
OutboundConnection |
OutboundConnection.withConnectionAlias(String connectionAlias)
Name of the connection.
|
OutboundConnection |
OutboundConnection.withConnectionId(String connectionId)
Unique identifier of the connection.
|
OutboundConnection |
OutboundConnection.withConnectionMode(ConnectionMode connectionMode)
The connection mode.
|
OutboundConnection |
OutboundConnection.withConnectionMode(String connectionMode)
The connection mode.
|
OutboundConnection |
OutboundConnection.withConnectionProperties(ConnectionProperties connectionProperties)
Properties for the outbound connection.
|
OutboundConnection |
OutboundConnection.withConnectionStatus(OutboundConnectionStatus connectionStatus)
Status of the connection.
|
OutboundConnection |
OutboundConnection.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
OutboundConnection |
OutboundConnection.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
Modifier and Type | Method and Description |
---|---|
List<OutboundConnection> |
DescribeOutboundConnectionsResult.getConnections()
List of outbound connections that match the filter criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteOutboundConnectionResult.setConnection(OutboundConnection connection)
The deleted inbound connection.
|
DeleteOutboundConnectionResult |
DeleteOutboundConnectionResult.withConnection(OutboundConnection connection)
The deleted inbound connection.
|
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(OutboundConnection... connections)
List of outbound connections that match the filter criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeOutboundConnectionsResult.setConnections(Collection<OutboundConnection> connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResult |
DescribeOutboundConnectionsResult.withConnections(Collection<OutboundConnection> connections)
List of outbound connections that match the filter criteria.
|
Copyright © 2023. All rights reserved.