Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private Volume |
CreateVolumeResult.volume
Describes a volume.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Volume> |
DescribeVolumesResult.volumes
Information about the volumes.
|
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
Volume |
CreateVolumeResult.getVolume()
Describes a volume.
|
Volume |
Volume.withAttachments(java.util.Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Volume |
Volume.withAttachments(VolumeAttachment... attachments)
Information about the volume attachments.
|
Volume |
Volume.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone for the volume.
|
Volume |
Volume.withCreateTime(java.util.Date createTime)
The time stamp when volume creation was initiated.
|
Volume |
Volume.withEncrypted(java.lang.Boolean encrypted)
Indicates whether the volume will be encrypted.
|
Volume |
Volume.withIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
Volume |
Volume.withKmsKeyId(java.lang.String kmsKeyId)
The full 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.
|
Volume |
Volume.withSize(java.lang.Integer size)
The size of the volume, in GiBs.
|
Volume |
Volume.withSnapshotId(java.lang.String snapshotId)
The snapshot from which the volume was created, if applicable.
|
Volume |
Volume.withState(java.lang.String state)
The volume state.
|
Volume |
Volume.withState(VolumeState state)
The volume state.
|
Volume |
Volume.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the volume.
|
Volume |
Volume.withTags(Tag... tags)
Any tags assigned to the volume.
|
Volume |
Volume.withVolumeId(java.lang.String volumeId)
The ID of the volume.
|
Volume |
Volume.withVolumeType(java.lang.String volumeType)
The volume type.
|
Volume |
Volume.withVolumeType(VolumeType volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Volume> |
DescribeVolumesResult.getVolumes()
Information about the volumes.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVolumeResult.setVolume(Volume volume)
Describes a volume.
|
CreateVolumeResult |
CreateVolumeResult.withVolume(Volume volume)
Describes a volume.
|
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(Volume... volumes)
Information about the volumes.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVolumesResult.setVolumes(java.util.Collection<Volume> volumes)
Information about the volumes.
|
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(java.util.Collection<Volume> volumes)
Information about the volumes.
|
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |