Uses of Class
software.amazon.awssdk.services.opensearch.model.OutboundConnectionStatus
-
Packages that use OutboundConnectionStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of OutboundConnectionStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return OutboundConnectionStatus Modifier and Type Method Description OutboundConnectionStatusCreateOutboundConnectionResponse. connectionStatus()The status of the connection.OutboundConnectionStatusOutboundConnection. connectionStatus()Status of the connection.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type OutboundConnectionStatus Modifier and Type Method Description CreateOutboundConnectionResponse.BuilderCreateOutboundConnectionResponse.Builder. connectionStatus(OutboundConnectionStatus connectionStatus)The status of the connection.OutboundConnection.BuilderOutboundConnection.Builder. connectionStatus(OutboundConnectionStatus connectionStatus)Status of the connection.
-