Uses of Class
com.amazonaws.services.opsworks.model.Volume
Packages that use Volume
-
Uses of Volume in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return VolumeModifier and TypeMethodDescriptionVolume.clone()
Volume.withAvailabilityZone
(String availabilityZone) The volume Availability Zone.Volume.withDevice
(String device) The device name.Volume.withEc2VolumeId
(String ec2VolumeId) The Amazon EC2 volume ID.Volume.withInstanceId
(String instanceId) The instance ID.For PIOPS volumes, the IOPS per disk.Volume.withMountPoint
(String mountPoint) The volume mount point.The volume name.Volume.withRaidArrayId
(String raidArrayId) The RAID array ID.Volume.withRegion
(String region) The AWS region.The volume size.Volume.withStatus
(String status) The value returned by DescribeVolumes.Volume.withVolumeId
(String volumeId) The volume ID.Volume.withVolumeType
(String volumeType) The volume type, standard or PIOPS.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type VolumeMethods in com.amazonaws.services.opsworks.model with parameters of type VolumeModifier and TypeMethodDescriptionDescribeVolumesResult.withVolumes
(Volume... volumes) An array of volume IDs.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type VolumeModifier and TypeMethodDescriptionvoid
DescribeVolumesResult.setVolumes
(Collection<Volume> volumes) An array of volume IDs.DescribeVolumesResult.withVolumes
(Collection<Volume> volumes) An array of volume IDs.