Uses of Class
com.amazonaws.services.ec2.model.ImageAttribute
Packages that use ImageAttribute
-
Uses of ImageAttribute in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImageAttributeModifier and TypeMethodDescriptionImageAttribute.clone()DescribeImageAttributeResult.getImageAttribute()Describes an image attribute.ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings) One or more block device mapping entries.ImageAttribute.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings) One or more block device mapping entries.ImageAttribute.withDescription(String description) A description for the AMI.ImageAttribute.withImageId(String imageId) The ID of the AMI.ImageAttribute.withKernelId(String kernelId) The kernel ID.ImageAttribute.withLaunchPermissions(LaunchPermission... launchPermissions) One or more launch permissions.ImageAttribute.withLaunchPermissions(Collection<LaunchPermission> launchPermissions) One or more launch permissions.ImageAttribute.withProductCodes(ProductCode... productCodes) One or more product codes.ImageAttribute.withProductCodes(Collection<ProductCode> productCodes) One or more product codes.ImageAttribute.withRamdiskId(String ramdiskId) The RAM disk ID.ImageAttribute.withSriovNetSupport(String sriovNetSupport) Methods in com.amazonaws.services.ec2.model with parameters of type ImageAttributeModifier and TypeMethodDescriptionvoidDescribeImageAttributeResult.setImageAttribute(ImageAttribute imageAttribute) Describes an image attribute.DescribeImageAttributeResult.withImageAttribute(ImageAttribute imageAttribute) Describes an image attribute.