| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
InboundConnection |
InboundConnection.clone() |
InboundConnection |
AcceptInboundConnectionResult.getConnection()
The
InboundConnection of the accepted inbound connection. |
InboundConnection |
RejectInboundConnectionResult.getConnection()
The
InboundConnection of the rejected inbound connection. |
InboundConnection |
DeleteInboundConnectionResult.getConnection()
The
InboundConnection of the deleted inbound connection. |
InboundConnection |
InboundConnection.withConnectionId(String connectionId)
The connection ID for the inbound cross-cluster connection.
|
InboundConnection |
InboundConnection.withConnectionStatus(InboundConnectionStatus connectionStatus)
The
InboundConnectionStatus for the outbound connection. |
InboundConnection |
InboundConnection.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
The
AWSDomainInformation for the local OpenSearch domain. |
InboundConnection |
InboundConnection.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
The
AWSDomainInformation for the remote OpenSearch domain. |
| Modifier and Type | Method and Description |
|---|---|
List<InboundConnection> |
DescribeInboundConnectionsResult.getConnections()
A list of
InboundConnection matching the specified filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptInboundConnectionResult.setConnection(InboundConnection connection)
The
InboundConnection of the accepted inbound connection. |
void |
RejectInboundConnectionResult.setConnection(InboundConnection connection)
The
InboundConnection of the rejected inbound connection. |
void |
DeleteInboundConnectionResult.setConnection(InboundConnection connection)
The
InboundConnection of the deleted inbound connection. |
AcceptInboundConnectionResult |
AcceptInboundConnectionResult.withConnection(InboundConnection connection)
The
InboundConnection of the accepted inbound connection. |
RejectInboundConnectionResult |
RejectInboundConnectionResult.withConnection(InboundConnection connection)
The
InboundConnection of the rejected inbound connection. |
DeleteInboundConnectionResult |
DeleteInboundConnectionResult.withConnection(InboundConnection connection)
The
InboundConnection of the deleted inbound connection. |
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(InboundConnection... connections)
A list of
InboundConnection matching the specified filter criteria. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInboundConnectionsResult.setConnections(Collection<InboundConnection> connections)
A list of
InboundConnection matching the specified filter criteria. |
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(Collection<InboundConnection> connections)
A list of
InboundConnection matching the specified filter criteria. |
Copyright © 2022. All rights reserved.