Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVolumeAttributeResponse
-
Packages that use DescribeVolumeAttributeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeVolumeAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVolumeAttributeResponse Modifier and Type Method Description default DescribeVolumeAttributeResponseEc2Client. describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)Describes the specified attribute of the specified volume.default DescribeVolumeAttributeResponseEc2Client. describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest)Describes the specified attribute of the specified volume.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeVolumeAttributeResponse Modifier and Type Method Description default CompletableFuture<DescribeVolumeAttributeResponse>Ec2AsyncClient. describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)Describes the specified attribute of the specified volume.default CompletableFuture<DescribeVolumeAttributeResponse>Ec2AsyncClient. describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest)Describes the specified attribute of the specified volume.
-