Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
InboundConnection |
InboundConnection.clone() |
InboundConnection |
RejectInboundConnectionResult.getConnection()
Contains details about the rejected inbound connection.
|
InboundConnection |
DeleteInboundConnectionResult.getConnection()
The deleted inbound connection.
|
InboundConnection |
AcceptInboundConnectionResult.getConnection()
Information about the accepted inbound connection.
|
InboundConnection |
InboundConnection.withConnectionId(String connectionId)
The unique identifier of the connection.
|
InboundConnection |
InboundConnection.withConnectionMode(ConnectionMode connectionMode)
The connection mode.
|
InboundConnection |
InboundConnection.withConnectionMode(String connectionMode)
The connection mode.
|
InboundConnection |
InboundConnection.withConnectionStatus(InboundConnectionStatus connectionStatus)
The current status of the connection.
|
InboundConnection |
InboundConnection.withLocalDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
InboundConnection |
InboundConnection.withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
Modifier and Type | Method and Description |
---|---|
List<InboundConnection> |
DescribeInboundConnectionsResult.getConnections()
List of inbound connections.
|
Modifier and Type | Method and Description |
---|---|
void |
RejectInboundConnectionResult.setConnection(InboundConnection connection)
Contains details about the rejected inbound connection.
|
void |
DeleteInboundConnectionResult.setConnection(InboundConnection connection)
The deleted inbound connection.
|
void |
AcceptInboundConnectionResult.setConnection(InboundConnection connection)
Information about the accepted inbound connection.
|
RejectInboundConnectionResult |
RejectInboundConnectionResult.withConnection(InboundConnection connection)
Contains details about the rejected inbound connection.
|
DeleteInboundConnectionResult |
DeleteInboundConnectionResult.withConnection(InboundConnection connection)
The deleted inbound connection.
|
AcceptInboundConnectionResult |
AcceptInboundConnectionResult.withConnection(InboundConnection connection)
Information about the accepted inbound connection.
|
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(InboundConnection... connections)
List of inbound connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInboundConnectionsResult.setConnections(Collection<InboundConnection> connections)
List of inbound connections.
|
DescribeInboundConnectionsResult |
DescribeInboundConnectionsResult.withConnections(Collection<InboundConnection> connections)
List of inbound connections.
|
Copyright © 2023. All rights reserved.