Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVolumeRequest.Builder
Packages that use ModifyVolumeRequest.Builder
Package
Description
-
Uses of ModifyVolumeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVolumeRequest.BuilderModifier 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 ModifyVolumeResponseEc2Client.modifyVolume(Consumer<ModifyVolumeRequest.Builder> modifyVolumeRequest) You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. -
Uses of ModifyVolumeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVolumeRequest.BuilderModifier and TypeMethodDescriptionstatic ModifyVolumeRequest.BuilderModifyVolumeRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The target IOPS rate of the volume.ModifyVolumeRequest.Builder.multiAttachEnabled(Boolean multiAttachEnabled) Specifies whether to enable Amazon EBS Multi-Attach.ModifyVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The target size of the volume, in GiB.ModifyVolumeRequest.Builder.throughput(Integer throughput) The target throughput of the volume, in MiB/s.ModifyVolumeRequest.toBuilder()The ID of the volume.ModifyVolumeRequest.Builder.volumeType(String volumeType) The target EBS volume type of the volume.ModifyVolumeRequest.Builder.volumeType(VolumeType volumeType) The target EBS volume type of the volume.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVolumeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVolumeRequest.Builder>ModifyVolumeRequest.serializableBuilderClass()