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)
The boot mode.
|
ImageAttribute |
ImageAttribute.withDescription(String description)
A description for the AMI.
|
ImageAttribute |
ImageAttribute.withImageId(String imageId)
The ID of the AMI.
|
ImageAttribute |
ImageAttribute.withImdsSupport(String imdsSupport)
If
v2.0 , it indicates that IMDSv2 is specified in the AMI. |
ImageAttribute |
ImageAttribute.withKernelId(String kernelId)
The kernel ID.
|
ImageAttribute |
ImageAttribute.withLastLaunchedTime(String lastLaunchedTime)
The date and time, in ISO 8601 date-time format, when the AMI was
last used to launch an EC2 instance.
|
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.
|
ImageAttribute |
ImageAttribute.withTpmSupport(String tpmSupport)
If the image is configured for NitroTPM support, the value is
v2.0 . |
ImageAttribute |
ImageAttribute.withUefiData(String uefiData)
Base64 representation of the non-volatile UEFI variable store.
|
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 © 2023. All rights reserved.