| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default ModifyVolumeResponse |
Ec2Client.modifyVolume(ModifyVolumeRequest modifyVolumeRequest)
You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS
capacity.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ModifyVolumeRequestMarshaller.marshall(ModifyVolumeRequest modifyVolumeRequest) |
Copyright © 2023. All rights reserved.