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 VolumeVolume. clone()VolumeVolume. withAvailabilityZone(String availabilityZone)The volume Availability Zone.VolumeVolume. withDevice(String device)The device name.VolumeVolume. withEc2VolumeId(String ec2VolumeId)The Amazon EC2 volume ID.VolumeVolume. withInstanceId(String instanceId)The instance ID.VolumeVolume. withIops(Integer iops)For PIOPS volumes, the IOPS per disk.VolumeVolume. withMountPoint(String mountPoint)The volume mount point.VolumeVolume. withName(String name)The volume name.VolumeVolume. withRaidArrayId(String raidArrayId)The RAID array ID.VolumeVolume. withRegion(String region)The AWS region.VolumeVolume. withSize(Integer size)The volume size.VolumeVolume. withStatus(String status)The value returned by DescribeVolumes.VolumeVolume. withVolumeId(String volumeId)The volume ID.VolumeVolume. 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 DescribeVolumesResultDescribeVolumesResult. 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 voidDescribeVolumesResult. setVolumes(Collection<Volume> volumes)An array of volume IDs.DescribeVolumesResultDescribeVolumesResult. withVolumes(Collection<Volume> volumes)An array of volume IDs.
-