Uses of Class
com.amazonaws.services.ec2.model.ImageAttribute

Packages that use ImageAttribute
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of ImageAttribute in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return ImageAttribute
 ImageAttribute DescribeImageAttributeResult.getImageAttribute()
          The described image attribute of the associated AMI.
 ImageAttribute ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Block device mappings for the associated AMI.
 ImageAttribute ImageAttribute.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Block device mappings for the associated AMI.
 ImageAttribute ImageAttribute.withDescription(String description)
          User-created description of the associated AMI.
 ImageAttribute ImageAttribute.withImageId(String imageId)
          The ID of the associated AMI.
 ImageAttribute ImageAttribute.withKernelId(String kernelId)
          Kernel ID of the associated AMI.
 ImageAttribute ImageAttribute.withLaunchPermissions(Collection<LaunchPermission> launchPermissions)
          Launch permissions for the associated AMI.
 ImageAttribute ImageAttribute.withLaunchPermissions(LaunchPermission... launchPermissions)
          Launch permissions for the associated AMI.
 ImageAttribute ImageAttribute.withProductCodes(Collection<ProductCode> productCodes)
          Product codes for the associated AMI.
 ImageAttribute ImageAttribute.withProductCodes(ProductCode... productCodes)
          Product codes for the associated AMI.
 ImageAttribute ImageAttribute.withRamdiskId(String ramdiskId)
          Ramdisk ID of the associated AMI.
 

Methods in com.amazonaws.services.ec2.model with parameters of type ImageAttribute
 void DescribeImageAttributeResult.setImageAttribute(ImageAttribute imageAttribute)
          The described image attribute of the associated AMI.
 DescribeImageAttributeResult DescribeImageAttributeResult.withImageAttribute(ImageAttribute imageAttribute)
          The described image attribute of the associated AMI.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.