Uses of Class
software.amazon.awssdk.services.appstream.model.ImageState
-
Packages that use ImageState Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ImageState in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ImageState Modifier and Type Method Description static ImageStateImageState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImageStateImage. state()The image starts in thePENDINGstate.static ImageStateImageState. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageState[]ImageState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type ImageState Modifier and Type Method Description static Set<ImageState>ImageState. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type ImageState Modifier and Type Method Description Image.BuilderImage.Builder. state(ImageState state)The image starts in thePENDINGstate.
-