Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
Volume |
CreateVolumeResult.getVolume()
Describes a volume.
|
Volume |
Volume.withAttachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Volume |
Volume.withAttachments(VolumeAttachment... attachments)
Information about the volume attachments.
|
Volume |
Volume.withAvailabilityZone(String availabilityZone)
The Availability Zone for the volume.
|
Volume |
Volume.withCreateTime(Date createTime)
The time stamp when volume creation was initiated.
|
Volume |
Volume.withEncrypted(Boolean encrypted)
Indicates whether the volume is encrypted.
|
Volume |
Volume.withFastRestored(Boolean fastRestored)
Indicates whether the volume was created using fast snapshot restore.
|
Volume |
Volume.withIops(Integer iops)
The number of I/O operations per second (IOPS).
|
Volume |
Volume.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume
encryption key for the volume.
|
Volume |
Volume.withMultiAttachEnabled(Boolean multiAttachEnabled)
Indicates whether Amazon EBS Multi-Attach is enabled.
|
Volume |
Volume.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
Volume |
Volume.withSize(Integer size)
The size of the volume, in GiBs.
|
Volume |
Volume.withSnapshotId(String snapshotId)
The snapshot from which the volume was created, if applicable.
|
Volume |
Volume.withState(String state)
The volume state.
|
Volume |
Volume.withState(VolumeState state)
The volume state.
|
Volume |
Volume.withTags(Collection<Tag> tags)
Any tags assigned to the volume.
|
Volume |
Volume.withTags(Tag... tags)
Any tags assigned to the volume.
|
Volume |
Volume.withThroughput(Integer throughput)
The throughput that the volume supports, in MiB/s.
|
Volume |
Volume.withVolumeId(String volumeId)
The ID of the volume.
|
Volume |
Volume.withVolumeType(String volumeType)
The volume type.
|
Volume |
Volume.withVolumeType(VolumeType volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Volume> volumes)
Information about the volumes.
|
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(Collection<Volume> volumes)
Information about the volumes.
|
Copyright © 2021. All rights reserved.