Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImageAttribute |
ImageAttribute.clone() |
ImageAttribute |
DescribeImageAttributeResult.getImageAttribute()
Describes an image attribute.
|
ImageAttribute |
ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries.
|
ImageAttribute |
ImageAttribute.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries.
|
ImageAttribute |
ImageAttribute.withBootMode(String bootMode) |
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)
The launch permissions.
|
ImageAttribute |
ImageAttribute.withLaunchPermissions(LaunchPermission... launchPermissions)
The launch permissions.
|
ImageAttribute |
ImageAttribute.withProductCodes(Collection<ProductCode> productCodes)
The product codes.
|
ImageAttribute |
ImageAttribute.withProductCodes(ProductCode... productCodes)
The product codes.
|
ImageAttribute |
ImageAttribute.withRamdiskId(String ramdiskId)
The RAM disk ID.
|
ImageAttribute |
ImageAttribute.withSriovNetSupport(String sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeImageAttributeResult.setImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
|
DescribeImageAttributeResult |
DescribeImageAttributeResult.withImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
|
Copyright © 2021. All rights reserved.