Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVolumeRequest
Packages that use ModifyVolumeRequest
Package
Description
-
Uses of ModifyVolumeRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ModifyVolumeRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ModifyVolumeResponse>Ec2AsyncClient.modifyVolume(ModifyVolumeRequest 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. -
Uses of ModifyVolumeRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type ModifyVolumeRequestModifier and TypeMethodDescriptionModifyVolumeRequestMarshaller.marshall(ModifyVolumeRequest modifyVolumeRequest)