Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Image> |
DescribeImagesResult.images
Information about one or more images.
|
Modifier and Type | Method and Description |
---|---|
Image |
Image.clone() |
Image |
Image.withArchitecture(ArchitectureValues architecture)
The architecture of the image.
|
Image |
Image.withArchitecture(java.lang.String architecture)
The architecture of the image.
|
Image |
Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries.
|
Image |
Image.withBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.
|
Image |
Image.withCreationDate(java.lang.String creationDate)
The date and time the image was created.
|
Image |
Image.withDescription(java.lang.String description)
The description of the AMI that was provided during image creation.
|
Image |
Image.withHypervisor(HypervisorType hypervisor)
The hypervisor type of the image.
|
Image |
Image.withHypervisor(java.lang.String hypervisor)
The hypervisor type of the image.
|
Image |
Image.withImageId(java.lang.String imageId)
The ID of the AMI.
|
Image |
Image.withImageLocation(java.lang.String imageLocation)
The location of the AMI.
|
Image |
Image.withImageOwnerAlias(java.lang.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(java.lang.String imageType)
The type of image.
|
Image |
Image.withKernelId(java.lang.String kernelId)
The kernel associated with the image, if any.
|
Image |
Image.withName(java.lang.String name)
The name of the AMI that was provided during image creation.
|
Image |
Image.withOwnerId(java.lang.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(java.lang.String platform)
The value is
Windows for Windows AMIs; otherwise blank. |
Image |
Image.withProductCodes(java.util.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(java.lang.Boolean publicValue)
Indicates whether the image has public launch permissions.
|
Image |
Image.withRamdiskId(java.lang.String ramdiskId)
The RAM disk associated with the image, if any.
|
Image |
Image.withRootDeviceName(java.lang.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(java.lang.String rootDeviceType)
The type of root device used by the AMI.
|
Image |
Image.withSriovNetSupport(java.lang.String sriovNetSupport)
Specifies whether enhanced networking is enabled.
|
Image |
Image.withState(ImageState state)
The current state of the AMI.
|
Image |
Image.withState(java.lang.String state)
The current state of the AMI.
|
Image |
Image.withStateReason(StateReason stateReason)
The reason for the state change.
|
Image |
Image.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the image.
|
Image |
Image.withTags(Tag... tags)
Any tags assigned to the image.
|
Image |
Image.withVirtualizationType(java.lang.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 |
---|---|
java.util.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(java.util.Collection<Image> images)
Information about one or more images.
|
DescribeImagesResult |
DescribeImagesResult.withImages(java.util.Collection<Image> images)
Information about one or more images.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |