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

Packages that use ImageListAttribute
com.xerox.amazonws.ec2   
 

Uses of ImageListAttribute in com.xerox.amazonws.ec2
 

Subclasses of ImageListAttribute in com.xerox.amazonws.ec2
 class LaunchPermissionAttribute
          Attribute class for the launchPermission attribute type.
 class ProductCodesAttribute
          Attribute class for the productCodes attribute type.
 

Methods in com.xerox.amazonws.ec2 that return ImageListAttribute
 ImageListAttribute DescribeImageAttributeResult.getImageListAttribute()
           
 

Methods in com.xerox.amazonws.ec2 with parameters of type ImageListAttribute
 void Jec2.modifyImageAttribute(String imageId, ImageListAttribute attribute, Jec2.ImageListAttributeOperationType operationType)
          Modifies an attribute by the given items with the given operation.
 

Constructors in com.xerox.amazonws.ec2 with parameters of type ImageListAttribute
DescribeImageAttributeResult(String imageId, ImageListAttribute imageListAttribute, List<String> productCodes, String kernelId, String ramdiskId, List<BlockDeviceMapping> blockDeviceMappings)