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