Uses of Enum
com.amazonaws.services.ec2.model.ImageTypeValues
Packages that use ImageTypeValues
-
Uses of ImageTypeValues in com.amazonaws.services.ec2.model
Subclasses with type arguments of type ImageTypeValues in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return ImageTypeValuesModifier and TypeMethodDescriptionstatic ImageTypeValuesUse this in place of valueOf.static ImageTypeValuesReturns the enum constant of this type with the specified name.static ImageTypeValues[]ImageTypeValues.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type ImageTypeValuesModifier and TypeMethodDescriptionvoidImage.setImageType(ImageTypeValues imageType) The type of image.Image.withImageType(ImageTypeValues imageType) The type of image.