Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingImageState
-
Packages that use StreamingImageState Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StreamingImageState in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingImageState Modifier and Type Method Description static StreamingImageStateStreamingImageState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamingImageStateStreamingImage. state()The current state.static StreamingImageStateStreamingImageState. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingImageState[]StreamingImageState. 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 StreamingImageState Modifier and Type Method Description static Set<StreamingImageState>StreamingImageState. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingImageState Modifier and Type Method Description StreamingImage.BuilderStreamingImage.Builder. state(StreamingImageState state)The current state.
-