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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetAttachments()

Information about the volume attachments.

StringgetAvailabilityZone()

The Availability Zone for the volume.

java.util.DategetCreateTime()

The time stamp when volume creation was initiated.

BooleangetEncrypted()

Indicates whether the volume is encrypted.

IntegergetIops()

The number of I/O operations per second (IOPS) that the volume supports.

StringgetKmsKeyId()

The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.

IntegergetSize()

The size of the volume, in GiBs.

StringgetSnapshotId()

The snapshot from which the volume was created, if applicable.

StringgetState()

The volume state.

java.util.ListgetTags()

Any tags assigned to the volume.

StringgetVolumeId()

The ID of the volume.

StringgetVolumeType()

The volume type.

BooleanisEncrypted()

Indicates whether the volume is encrypted.

voidsetAttachments(java.util.Collection attachments)

Information about the volume attachments.

voidsetAvailabilityZone(String availabilityZone)

The Availability Zone for the volume.

voidsetCreateTime(java.util.Date createTime)

The time stamp when volume creation was initiated.

voidsetSize(Integer size)

The size of the volume, in GiBs.

voidsetSnapshotId(String snapshotId)

The snapshot from which the volume was created, if applicable.

voidsetState(String state)

The volume state.

voidsetState(VolumeState state)

The volume state.

voidsetTags(java.util.Collection tags)

Any tags assigned to the volume.

voidsetVolumeId(String volumeId)

The ID of the volume.