Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ImageState
-
Packages that use ImageState Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ImageState in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ImageState Modifier and Type Method Description ImageStateAmi. state()Returns the value of the State property for this object.ImageStateImage. state()The state of the image.ImageStateImageSummary. state()The state of the image.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ImageState Modifier and Type Method Description Ami.BuilderAmi.Builder. state(ImageState state)Sets the value of the State property for this object.Image.BuilderImage.Builder. state(ImageState state)The state of the image.ImageSummary.BuilderImageSummary.Builder. state(ImageState state)The state of the image.
-