Uses of Class
software.amazon.awssdk.services.chime.model.ProxySessionStatus
-
Packages that use ProxySessionStatus Package Description software.amazon.awssdk.services.chime.model -
-
Uses of ProxySessionStatus in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return ProxySessionStatus Modifier and Type Method Description static ProxySessionStatusProxySessionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProxySessionStatusListProxySessionsRequest. status()The proxy session status.ProxySessionStatusProxySession. status()The status of the proxy session.static ProxySessionStatusProxySessionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProxySessionStatus[]ProxySessionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type ProxySessionStatus Modifier and Type Method Description static Set<ProxySessionStatus>ProxySessionStatus. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type ProxySessionStatus Modifier and Type Method Description ListProxySessionsRequest.BuilderListProxySessionsRequest.Builder. status(ProxySessionStatus status)The proxy session status.ProxySession.BuilderProxySession.Builder. status(ProxySessionStatus status)The status of the proxy session.
-