Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Image |
Image.clone() |
Image |
Image.withArchitecture(ArchitectureValues architecture)
The architecture of the image.
|
Image |
Image.withArchitecture(String architecture)
The architecture of the image.
|
Image |
Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries.
|
Image |
Image.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.
|
Image |
Image.withBootMode(BootModeValues bootMode)
The boot mode of the image.
|
Image |
Image.withBootMode(String bootMode)
The boot mode of the image.
|
Image |
Image.withCreationDate(String creationDate)
The date and time the image was created.
|
Image |
Image.withDeprecationTime(String deprecationTime)
The date and time to deprecate the AMI, in UTC, in the following format:
YYYY-MM-DDTHH:MM:SSZ.
|
Image |
Image.withDescription(String description)
The description of the AMI that was provided during image creation.
|
Image |
Image.withEnaSupport(Boolean enaSupport)
Specifies whether enhanced networking with ENA is enabled.
|
Image |
Image.withHypervisor(HypervisorType hypervisor)
The hypervisor type of the image.
|
Image |
Image.withHypervisor(String hypervisor)
The hypervisor type of the image.
|
Image |
Image.withImageId(String imageId)
The ID of the AMI.
|
Image |
Image.withImageLocation(String imageLocation)
The location of the AMI.
|
Image |
Image.withImageOwnerAlias(String imageOwnerAlias)
The Amazon Web Services account alias (for example,
amazon , self ) or the Amazon Web
Services account ID of the AMI owner. |
Image |
Image.withImageType(ImageTypeValues imageType)
The type of image.
|
Image |
Image.withImageType(String imageType)
The type of image.
|
Image |
Image.withImdsSupport(ImdsSupportValues imdsSupport)
If
v2.0 , it indicates that IMDSv2 is specified in the AMI. |
Image |
Image.withImdsSupport(String imdsSupport)
If
v2.0 , it indicates that IMDSv2 is specified in the AMI. |
Image |
Image.withKernelId(String kernelId)
The kernel associated with the image, if any.
|
Image |
Image.withName(String name)
The name of the AMI that was provided during image creation.
|
Image |
Image.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the image.
|
Image |
Image.withPlatform(PlatformValues platform)
This value is set to
windows for Windows AMIs; otherwise, it is blank. |
Image |
Image.withPlatform(String platform)
This value is set to
windows for Windows AMIs; otherwise, it is blank. |
Image |
Image.withPlatformDetails(String platformDetails)
The platform details associated with the billing code of the AMI.
|
Image |
Image.withProductCodes(Collection<ProductCode> productCodes)
Any product codes associated with the AMI.
|
Image |
Image.withProductCodes(ProductCode... productCodes)
Any product codes associated with the AMI.
|
Image |
Image.withPublic(Boolean publicValue)
Indicates whether the image has public launch permissions.
|
Image |
Image.withRamdiskId(String ramdiskId)
The RAM disk associated with the image, if any.
|
Image |
Image.withRootDeviceName(String rootDeviceName)
The device name of the root device volume (for example,
/dev/sda1 ). |
Image |
Image.withRootDeviceType(DeviceType rootDeviceType)
The type of root device used by the AMI.
|
Image |
Image.withRootDeviceType(String rootDeviceType)
The type of root device used by the AMI.
|
Image |
Image.withSriovNetSupport(String sriovNetSupport)
Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
Image |
Image.withState(ImageState state)
The current state of the AMI.
|
Image |
Image.withState(String state)
The current state of the AMI.
|
Image |
Image.withStateReason(StateReason stateReason)
The reason for the state change.
|
Image |
Image.withTags(Collection<Tag> tags)
Any tags assigned to the image.
|
Image |
Image.withTags(Tag... tags)
Any tags assigned to the image.
|
Image |
Image.withTpmSupport(String tpmSupport)
If the image is configured for NitroTPM support, the value is
v2.0 . |
Image |
Image.withTpmSupport(TpmSupportValues tpmSupport)
If the image is configured for NitroTPM support, the value is
v2.0 . |
Image |
Image.withUsageOperation(String usageOperation)
The operation of the Amazon EC2 instance and the billing code that is associated with the AMI.
|
Image |
Image.withVirtualizationType(String virtualizationType)
The type of virtualization of the AMI.
|
Image |
Image.withVirtualizationType(VirtualizationType virtualizationType)
The type of virtualization of the AMI.
|
Modifier and Type | Method and Description |
---|---|
List<Image> |
DescribeImagesResult.getImages()
Information about the images.
|
Modifier and Type | Method and Description |
---|---|
DescribeImagesResult |
DescribeImagesResult.withImages(Image... images)
Information about the images.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeImagesResult.setImages(Collection<Image> images)
Information about the images.
|
DescribeImagesResult |
DescribeImagesResult.withImages(Collection<Image> images)
Information about the images.
|
Copyright © 2023. All rights reserved.