Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
InboundConnectionStatus |
InboundConnectionStatus.clone() |
InboundConnectionStatus |
InboundConnection.getConnectionStatus()
The current status of the connection.
|
InboundConnectionStatus |
InboundConnectionStatus.withMessage(String message)
Information about the connection.
|
InboundConnectionStatus |
InboundConnectionStatus.withStatusCode(InboundConnectionStatusCode statusCode)
The status code for the connection.
|
InboundConnectionStatus |
InboundConnectionStatus.withStatusCode(String statusCode)
The status code for the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
InboundConnection.setConnectionStatus(InboundConnectionStatus connectionStatus)
The current status of the connection.
|
InboundConnection |
InboundConnection.withConnectionStatus(InboundConnectionStatus connectionStatus)
The current status of the connection.
|
Copyright © 2023. All rights reserved.