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