Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.TunnelStatus
-
Packages that use TunnelStatus Package Description software.amazon.awssdk.services.iotsecuretunneling.model -
-
Uses of TunnelStatus in software.amazon.awssdk.services.iotsecuretunneling.model
Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return TunnelStatus Modifier and Type Method Description static TunnelStatusTunnelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TunnelStatusTunnel. status()The status of a tunnel.TunnelStatusTunnelSummary. status()The status of a tunnel.static TunnelStatusTunnelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TunnelStatus[]TunnelStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsecuretunneling.model that return types with arguments of type TunnelStatus Modifier and Type Method Description static Set<TunnelStatus>TunnelStatus. knownValues()Methods in software.amazon.awssdk.services.iotsecuretunneling.model with parameters of type TunnelStatus Modifier and Type Method Description Tunnel.BuilderTunnel.Builder. status(TunnelStatus status)The status of a tunnel.TunnelSummary.BuilderTunnelSummary.Builder. status(TunnelStatus status)The status of a tunnel.
-