Uses of Class
com.xerox.amazonws.ec2.ImageListAttribute.ImageListAttributeItemType

Packages that use ImageListAttribute.ImageListAttributeItemType
com.xerox.amazonws.ec2   
 

Uses of ImageListAttribute.ImageListAttributeItemType in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return ImageListAttribute.ImageListAttributeItemType
 ImageListAttribute.ImageListAttributeItemType ImageListAttributeItem.getType()
           
static ImageListAttribute.ImageListAttributeItemType ImageListAttribute.ImageListAttributeItemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageListAttribute.ImageListAttributeItemType[] ImageListAttribute.ImageListAttributeItemType.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 ImageListAttribute.ImageListAttributeItemType
 boolean ImageListAttribute.addImageListAttributeItem(ImageListAttribute.ImageListAttributeItemType type, String value)
          Add an item to the attribute's list of key-value pairs.
 boolean ProductCodesAttribute.itemTypeCompatible(ImageListAttribute.ImageListAttributeItemType type)
           
 boolean LaunchPermissionAttribute.itemTypeCompatible(ImageListAttribute.ImageListAttributeItemType type)
           
abstract  boolean ImageListAttribute.itemTypeCompatible(ImageListAttribute.ImageListAttributeItemType type)
          Indicates if the list attribute may contain items of the given type.
 

Constructors in com.xerox.amazonws.ec2 with parameters of type ImageListAttribute.ImageListAttributeItemType
ImageListAttributeItem(ImageListAttribute.ImageListAttributeItemType _type, String _value)