| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default ModifyVolumeResponse |
Ec2Client.modifyVolume(Consumer<ModifyVolumeRequest.Builder> 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 |
|---|---|
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.
|
Copyright © 2023. All rights reserved.