Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVolumeResponse
-
Packages that use ModifyVolumeResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ModifyVolumeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVolumeResponse Modifier and Type Method Description default ModifyVolumeResponseEc2Client. modifyVolume(Consumer<ModifyVolumeRequest.Builder> modifyVolumeRequest)You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity.default ModifyVolumeResponseEc2Client. modifyVolume(ModifyVolumeRequest modifyVolumeRequest)You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyVolumeResponse Modifier and Type Method Description default CompletableFuture<ModifyVolumeResponse>Ec2AsyncClient. modifyVolume(Consumer<ModifyVolumeRequest.Builder> modifyVolumeRequest)You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity.default CompletableFuture<ModifyVolumeResponse>Ec2AsyncClient. modifyVolume(ModifyVolumeRequest modifyVolumeRequest)You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity.
-