Uses of Class
software.amazon.awssdk.services.opsworks.model.Volume
-
Packages that use Volume Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of Volume in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>DescribeVolumesResponse. volumes()An array of volume IDs.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type Volume Modifier and Type Method Description DescribeVolumesResponse.BuilderDescribeVolumesResponse.Builder. volumes(Volume... volumes)An array of volume IDs.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type Volume Modifier and Type Method Description DescribeVolumesResponse.BuilderDescribeVolumesResponse.Builder. volumes(Collection<Volume> volumes)An array of volume IDs.
-