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.withCreationDate(String creationDate)
The date and time the image was created.
|
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 AWS account alias (for example,
amazon , self ) or the AWS 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.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 AWS account ID of the image owner.
|
Image |
Image.withPlatform(PlatformValues platform)
The value is
Windows for Windows AMIs; otherwise blank. |
Image |
Image.withPlatform(String platform)
The value is
Windows for Windows AMIs; otherwise blank. |
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 (for example,
/dev/sda1 or /dev/xvda ). |
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.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 one or more images.
|
Modifier and Type | Method and Description |
---|---|
DescribeImagesResult |
DescribeImagesResult.withImages(Image... images)
Information about one or more images.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeImagesResult.setImages(Collection<Image> images)
Information about one or more images.
|
DescribeImagesResult |
DescribeImagesResult.withImages(Collection<Image> images)
Information about one or more images.
|
Copyright © 2017. All rights reserved.