Uses of Class
com.amazonaws.services.ec2.model.Image
Packages that use Image
-
Uses of Image in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImageModifier and TypeMethodDescriptionImage.clone()
Image.withArchitecture
(ArchitectureValues architecture) The architecture of the image.Image.withArchitecture
(String architecture) The architecture of the image.Image.withBlockDeviceMappings
(BlockDeviceMapping... blockDeviceMappings) Any block device mapping entries.Image.withBlockDeviceMappings
(Collection<BlockDeviceMapping> blockDeviceMappings) Any block device mapping entries.Image.withCreationDate
(String creationDate) The date and time the image was created.Image.withDescription
(String description) The description of the AMI that was provided during image creation.Image.withHypervisor
(HypervisorType hypervisor) The hypervisor type of the image.Image.withHypervisor
(String hypervisor) The hypervisor type of the image.Image.withImageId
(String imageId) The ID of the AMI.Image.withImageLocation
(String imageLocation) The location of the AMI.Image.withImageOwnerAlias
(String imageOwnerAlias) The AWS account alias (for example,amazon
,self
) or the AWS account ID of the AMI owner.Image.withImageType
(ImageTypeValues imageType) The type of image.Image.withImageType
(String imageType) The type of image.Image.withKernelId
(String kernelId) The kernel associated with the image, if any.The name of the AMI that was provided during image creation.Image.withOwnerId
(String ownerId) The AWS account ID of the image owner.Image.withPlatform
(PlatformValues platform) The value isWindows
for Windows AMIs; otherwise blank.Image.withPlatform
(String platform) The value isWindows
for Windows AMIs; otherwise blank.Image.withProductCodes
(ProductCode... productCodes) Any product codes associated with the AMI.Image.withProductCodes
(Collection<ProductCode> productCodes) Any product codes associated with the AMI.Image.withPublic
(Boolean publicValue) Indicates whether the image has public launch permissions.Image.withRamdiskId
(String ramdiskId) The RAM disk associated with the image, if any.Image.withRootDeviceName
(String rootDeviceName) The device name of the root device (for example,/dev/sda1
or/dev/xvda
).Image.withRootDeviceType
(DeviceType rootDeviceType) The type of root device used by the AMI.Image.withRootDeviceType
(String rootDeviceType) The type of root device used by the AMI.Image.withSriovNetSupport
(String sriovNetSupport) Specifies whether enhanced networking is enabled.Image.withState
(ImageState state) The current state of the AMI.The current state of the AMI.Image.withStateReason
(StateReason stateReason) The reason for the state change.Any tags assigned to the image.Image.withTags
(Collection<Tag> tags) Any tags assigned to the image.Image.withVirtualizationType
(VirtualizationType virtualizationType) The type of virtualization of the AMI.Image.withVirtualizationType
(String virtualizationType) The type of virtualization of the AMI.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImageModifier and TypeMethodDescriptionDescribeImagesResult.getImages()
Information about one or more images.Methods in com.amazonaws.services.ec2.model with parameters of type ImageModifier and TypeMethodDescriptionDescribeImagesResult.withImages
(Image... images) Information about one or more images.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ImageModifier and TypeMethodDescriptionvoid
DescribeImagesResult.setImages
(Collection<Image> images) Information about one or more images.DescribeImagesResult.withImages
(Collection<Image> images) Information about one or more images.