Uses of Class
org.jclouds.ec2.domain.ImageAttribute
-
Packages that use ImageAttribute Package Description org.jclouds.ec2.domain -
-
Uses of ImageAttribute in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return ImageAttribute Modifier and Type Method Description static ImageAttribute
ImageAttribute. fromValue(String attribute)
static ImageAttribute
ImageAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageAttribute[]
ImageAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-