Uses of Class
software.amazon.awssdk.services.ec2.model.Volume
-
Packages that use Volume Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of Volume in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>DescribeVolumesResponse. volumes()Information about the volumes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Volume Modifier and Type Method Description DescribeVolumesResponse.BuilderDescribeVolumesResponse.Builder. volumes(Volume... volumes)Information about the volumes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Volume Modifier and Type Method Description DescribeVolumesResponse.BuilderDescribeVolumesResponse.Builder. volumes(Collection<Volume> volumes)Information about the volumes. -
Uses of Volume in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type Volume Modifier and Type Method Description SdkIterable<Volume>DescribeVolumesIterable. volumes()Returns an iterable to iterate through the paginatedDescribeVolumesResponse.volumes()member.SdkPublisher<Volume>DescribeVolumesPublisher. volumes()Returns a publisher that can be used to get a stream of data.
-