Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVolumeResponse
Packages that use ModifyVolumeResponse
-
Uses of ModifyVolumeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVolumeResponseModifier and TypeMethodDescriptiondefault 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 ModifyVolumeResponseModifier and TypeMethodDescriptiondefault 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.