Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest
-
Packages that use DescribeVolumeStatusRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform -
-
Uses of DescribeVolumeStatusRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeVolumeStatusRequest Modifier and Type Method Description default CompletableFuture<DescribeVolumeStatusResponse>Ec2AsyncClient. describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)Describes the status of the specified volumes.default DescribeVolumeStatusResponseEc2Client. describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)Describes the status of the specified volumes.default DescribeVolumeStatusPublisherEc2AsyncClient. describeVolumeStatusPaginator(DescribeVolumeStatusRequest describeVolumeStatusRequest)Describes the status of the specified volumes.default DescribeVolumeStatusIterableEc2Client. describeVolumeStatusPaginator(DescribeVolumeStatusRequest describeVolumeStatusRequest)Describes the status of the specified volumes. -
Uses of DescribeVolumeStatusRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeVolumeStatusRequest Constructor Description DescribeVolumeStatusIterable(Ec2Client client, DescribeVolumeStatusRequest firstRequest)DescribeVolumeStatusPublisher(Ec2AsyncClient client, DescribeVolumeStatusRequest firstRequest) -
Uses of DescribeVolumeStatusRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeVolumeStatusRequest Modifier and Type Method Description SdkHttpFullRequestDescribeVolumeStatusRequestMarshaller. marshall(DescribeVolumeStatusRequest describeVolumeStatusRequest)
-