|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of Image in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return Image | |
---|---|
Image |
Image.withArchitecture(String architecture)
The architecture of the image. |
Image |
Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
Image |
Image.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
Image |
Image.withDescription(String description)
The description of the AMI that was provided during image creation. |
Image |
Image.withImageId(String imageId)
The unique ID of the AMI. |
Image |
Image.withImageLocation(String imageLocation)
The location of the AMI. |
Image |
Image.withImageOwnerAlias(String imageOwnerAlias)
The AWS account alias (e.g., "amazon", "redhat", "self", etc.) or AWS account ID that owns the AMI. |
Image |
Image.withImageType(String imageType)
The type of image (machine, kernel, or ramdisk). |
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)
AWS Access Key ID of the image owner. |
Image |
Image.withPlatform(String platform)
The operating platform of the AMI. |
Image |
Image.withProductCodes(Collection<ProductCode> productCodes)
Product codes of the AMI. |
Image |
Image.withProductCodes(ProductCode... productCodes)
Product codes of the AMI. |
Image |
Image.withPublic(Boolean publicValue)
True if this 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 root device name (e.g., /dev/sda1). |
Image |
Image.withRootDeviceType(String rootDeviceType)
The root device type used by the AMI. |
Image |
Image.withState(String state)
Current state of the AMI. |
Image |
Image.withStateReason(StateReason stateReason)
The reason for the state change. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type Image | |
---|---|
List<Image> |
DescribeImagesResult.getImages()
The list of the described AMIs. |
Methods in com.amazonaws.services.ec2.model with parameters of type Image | |
---|---|
DescribeImagesResult |
DescribeImagesResult.withImages(Image... images)
The list of the described AMIs. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type Image | |
---|---|
void |
DescribeImagesResult.setImages(Collection<Image> images)
The list of the described AMIs. |
DescribeImagesResult |
DescribeImagesResult.withImages(Collection<Image> images)
The list of the described AMIs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |