| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
OutboundConnectionStatus |
OutboundConnectionStatus.clone() |
OutboundConnectionStatus |
OutboundConnection.getConnectionStatus()
The
OutboundConnectionStatus for the outbound connection. |
OutboundConnectionStatus |
CreateOutboundConnectionResult.getConnectionStatus()
The
OutboundConnectionStatus for the newly created connection. |
OutboundConnectionStatus |
OutboundConnectionStatus.withMessage(String message)
Verbose information for the outbound connection status.
|
OutboundConnectionStatus |
OutboundConnectionStatus.withStatusCode(OutboundConnectionStatusCode statusCode)
The state code for the outbound connection.
|
OutboundConnectionStatus |
OutboundConnectionStatus.withStatusCode(String statusCode)
The state code for the outbound connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundConnection.setConnectionStatus(OutboundConnectionStatus connectionStatus)
The
OutboundConnectionStatus for the outbound connection. |
void |
CreateOutboundConnectionResult.setConnectionStatus(OutboundConnectionStatus connectionStatus)
The
OutboundConnectionStatus for the newly created connection. |
OutboundConnection |
OutboundConnection.withConnectionStatus(OutboundConnectionStatus connectionStatus)
The
OutboundConnectionStatus for the outbound connection. |
CreateOutboundConnectionResult |
CreateOutboundConnectionResult.withConnectionStatus(OutboundConnectionStatus connectionStatus)
The
OutboundConnectionStatus for the newly created connection. |
Copyright © 2022. All rights reserved.