|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Information about the 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(Collection<LaunchPermission> launchPermissions)
One or more launch permissions. |
ImageAttribute |
ImageAttribute.withLaunchPermissions(LaunchPermission... launchPermissions)
One or more launch permissions. |
ImageAttribute |
ImageAttribute.withProductCodes(Collection<ProductCode> productCodes)
One or more product codes. |
ImageAttribute |
ImageAttribute.withProductCodes(ProductCode... productCodes)
One or more product codes. |
ImageAttribute |
ImageAttribute.withRamdiskId(String ramdiskId)
The RAM disk ID. |
ImageAttribute |
ImageAttribute.withSriovNetSupport(String sriovNetSupport)
Returns a reference to this object so that method calls can be chained together. |
Methods in com.amazonaws.services.ec2.model with parameters of type ImageAttribute | |
---|---|
void |
DescribeImageAttributeResult.setImageAttribute(ImageAttribute imageAttribute)
Information about the image attribute. |
DescribeImageAttributeResult |
DescribeImageAttributeResult.withImageAttribute(ImageAttribute imageAttribute)
Information about the image attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |