Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.ConnectionState
-
Packages that use ConnectionState Package Description software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of ConnectionState in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return ConnectionState Modifier and Type Method Description ConnectionStateTunnel. destinationConnectionState()The connection state of the destination application.ConnectionStateTunnel. sourceConnectionState()The connection state of the source application.Methods in software.amazon.awssdk.services.iotsecuretunneling.model with parameters of type ConnectionState Modifier and Type Method Description Tunnel.BuilderTunnel.Builder. destinationConnectionState(ConnectionState destinationConnectionState)The connection state of the destination application.Tunnel.BuilderTunnel.Builder. sourceConnectionState(ConnectionState sourceConnectionState)The connection state of the source application.
-