Uses of Class
com.amazonaws.services.ec2.model.Volume
Packages that use Volume
-
Uses of Volume in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeModifier and TypeMethodDescriptionVolume.clone()
CreateVolumeResult.getVolume()
Describes a volume.Volume.withAttachments
(VolumeAttachment... attachments) Information about the volume attachments.Volume.withAttachments
(Collection<VolumeAttachment> attachments) Information about the volume attachments.Volume.withAvailabilityZone
(String availabilityZone) The Availability Zone for the volume.Volume.withCreateTime
(Date createTime) The time stamp when volume creation was initiated.Volume.withEncrypted
(Boolean encrypted) Indicates whether the volume will be encrypted.The number of I/O operations per second (IOPS) that the volume supports.Volume.withKmsKeyId
(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.The size of the volume, in GiBs.Volume.withSnapshotId
(String snapshotId) The snapshot from which the volume was created, if applicable.Volume.withState
(VolumeState state) The volume state.The volume state.Any tags assigned to the volume.Volume.withTags
(Collection<Tag> tags) Any tags assigned to the volume.Volume.withVolumeId
(String volumeId) The ID of the volume.Volume.withVolumeType
(VolumeType volumeType) The volume type.Volume.withVolumeType
(String volumeType) The volume type.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeModifier and TypeMethodDescriptionDescribeVolumesResult.getVolumes()
Information about the volumes.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeModifier and TypeMethodDescriptionvoid
Describes a volume.CreateVolumeResult.withVolume
(Volume volume) Describes a volume.DescribeVolumesResult.withVolumes
(Volume... volumes) Information about the volumes.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeModifier and TypeMethodDescriptionvoid
DescribeVolumesResult.setVolumes
(Collection<Volume> volumes) Information about the volumes.DescribeVolumesResult.withVolumes
(Collection<Volume> volumes) Information about the volumes.