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