Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse
Packages that use DescribeVolumeStatusResponse
Package
Description
-
Uses of DescribeVolumeStatusResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVolumeStatusResponseModifier and TypeMethodDescriptiondefault DescribeVolumeStatusResponseEc2Client.describeVolumeStatus()Describes the status of the specified volumes.default DescribeVolumeStatusResponseEc2Client.describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest) Describes the status of the specified volumes.default DescribeVolumeStatusResponseEc2Client.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest) Describes the status of the specified volumes.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeVolumeStatusResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeVolumeStatus()Describes the status of the specified volumes.Ec2AsyncClient.describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest) Describes the status of the specified volumes.Ec2AsyncClient.describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest) Describes the status of the specified volumes. -
Uses of DescribeVolumeStatusResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeVolumeStatusResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeVolumeStatusResponseModifier and TypeMethodDescriptionvoidDescribeVolumeStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeVolumeStatusResponse> subscriber)