Java com.amazonaws.services.ec2.model Image fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model Image fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model Image.

The text is from its open source code.

Subclass

com.amazonaws.services.ec2.model.Image has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetArchitecture()

The architecture of the image.

java.util.ListgetBlockDeviceMappings()

Any block device mapping entries.

StringgetCreationDate()

The date and time the image was created.

StringgetDescription()

The description of the AMI that was provided during image creation.

StringgetHypervisor()

The hypervisor type of the image.

StringgetImageId()

The ID of the AMI.

StringgetImageLocation()

The location of the AMI.

StringgetImageOwnerAlias()

The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.

StringgetImageType()

The type of image.

StringgetKernelId()

The kernel associated with the image, if any.

StringgetName()

The name of the AMI that was provided during image creation.

StringgetOwnerId()

The AWS account ID of the image owner.

StringgetPlatform()

This value is set to windows for Windows AMIs; otherwise, it is blank.

java.util.ListgetProductCodes()

Any product codes associated with the AMI.

BooleangetPublic()

Indicates whether the image has public launch permissions.

StringgetRamdiskId()

The RAM disk associated with the image, if any.

StringgetRootDeviceName()

The device name of the root device volume (for example, /dev/sda1).

StringgetRootDeviceType()

The type of root device used by the AMI.

StringgetState()

The current state of the AMI.

StateReasongetStateReason()

The reason for the state change.

java.util.ListgetTags()

Any tags assigned to the image.

StringgetVirtualizationType()

The type of virtualization of the AMI.

BooleanisPublic()

Indicates whether the image has public launch permissions.

voidsetArchitecture(String architecture)

The architecture of the image.

voidsetArchitecture(ArchitectureValues architecture)

The architecture of the image.

voidsetBlockDeviceMappings(java.util.Collection blockDeviceMappings)

Any block device mapping entries.

voidsetDescription(String description)

The description of the AMI that was provided during image creation.

voidsetImageId(String imageId)

The ID of the AMI.

voidsetImageLocation(String imageLocation)

The location of the AMI.

voidsetImageOwnerAlias(String imageOwnerAlias)

The AWS account alias (for example, amazon, self) or the AWS account ID of the AMI owner.

voidsetImageType(String imageType)

The type of image.

voidsetImageType(ImageTypeValues imageType)

The type of image.

voidsetKernelId(String kernelId)

The kernel associated with the image, if any.

voidsetName(String name)

The name of the AMI that was provided during image creation.

voidsetOwnerId(String ownerId)

The AWS account ID of the image owner.

voidsetPlatform(String platform)

This value is set to windows for Windows AMIs; otherwise, it is blank.

voidsetPlatform(PlatformValues platform)

This value is set to windows for Windows AMIs; otherwise, it is blank.

voidsetProductCodes(java.util.Collection productCodes)

Any product codes associated with the AMI.

voidsetPublic(Boolean publicValue)

Indicates whether the image has public launch permissions.

voidsetRamdiskId(String ramdiskId)

The RAM disk associated with the image, if any.

voidsetRootDeviceName(String rootDeviceName)

The device name of the root device volume (for example, /dev/sda1).

voidsetState(String state)

The current state of the AMI.

voidsetState(ImageState state)

The current state of the AMI.

voidsetStateReason(StateReason stateReason)

The reason for the state change.

voidsetTags(java.util.Collection tags)

Any tags assigned to the image.

StringtoString()
Returns a string representation of this object.