Uses of Class
software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable
-
Packages that use DescribeVolumeStatusIterable Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeVolumeStatusIterable in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVolumeStatusIterable Modifier and Type Method Description default DescribeVolumeStatusIterableEc2Client. describeVolumeStatusPaginator()Describes the status of the specified volumes.default DescribeVolumeStatusIterableEc2Client. describeVolumeStatusPaginator(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)Describes the status of the specified volumes.default DescribeVolumeStatusIterableEc2Client. describeVolumeStatusPaginator(DescribeVolumeStatusRequest describeVolumeStatusRequest)Describes the status of the specified volumes.
-