Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeImageAttributeResult.setImageAttribute(ImageAttribute imageAttribute)
Information about the image attribute.
|
DescribeImageAttributeResult |
DescribeImageAttributeResult.withImageAttribute(ImageAttribute imageAttribute)
Information about the image attribute.
|
Copyright © 2014. All rights reserved.