Uses of Class
com.xerox.amazonws.ec2.ImageAttribute.ImageAttributeType

Packages that use ImageAttribute.ImageAttributeType
com.xerox.amazonws.ec2   
 

Uses of ImageAttribute.ImageAttributeType in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return ImageAttribute.ImageAttributeType
 ImageAttribute.ImageAttributeType ImageAttribute.getType()
           
static ImageAttribute.ImageAttributeType ImageAttribute.ImageAttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageAttribute.ImageAttributeType[] ImageAttribute.ImageAttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xerox.amazonws.ec2 with parameters of type ImageAttribute.ImageAttributeType
 DescribeImageAttributeResult Jec2.describeImageAttribute(String imageId, ImageAttribute.ImageAttributeType imageAttribute)
          Describes an attribute of an AMI.
 void Jec2.resetImageAttribute(String imageId, ImageAttribute.ImageAttributeType imageAttribute)
          Resets an attribute on an AMI.
 

Constructors in com.xerox.amazonws.ec2 with parameters of type ImageAttribute.ImageAttributeType
ImageAttribute(ImageAttribute.ImageAttributeType _type)
           
ImageListAttribute(ImageAttribute.ImageAttributeType _type)