Uses of Enum
com.amazonaws.services.ec2.model.ImageTypeValues
Packages that use ImageTypeValues
-
Uses of ImageTypeValues in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImageTypeValuesModifier and TypeMethodDescriptionstatic ImageTypeValues
Use this in place of valueOf.static ImageTypeValues
Returns 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 TypeMethodDescriptionvoid
Image.setImageType
(ImageTypeValues imageType) The type of image.Image.withImageType
(ImageTypeValues imageType) The type of image.