Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingSessionState
-
Packages that use StreamingSessionState Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StreamingSessionState in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingSessionState Modifier and Type Method Description static StreamingSessionStateStreamingSessionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamingSessionStateStreamingSession. state()The current state.StreamingSessionStateStreamingSessionBackup. state()Returns the value of the State property for this object.static StreamingSessionStateStreamingSessionState. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingSessionState[]StreamingSessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingSessionState Modifier and Type Method Description static Set<StreamingSessionState>StreamingSessionState. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingSessionState Modifier and Type Method Description StreamingSession.BuilderStreamingSession.Builder. state(StreamingSessionState state)The current state.StreamingSessionBackup.BuilderStreamingSessionBackup.Builder. state(StreamingSessionState state)Sets the value of the State property for this object.
-