Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default EnableVolumeIoResponse |
Ec2Client.enableVolumeIO(Consumer<EnableVolumeIoRequest.Builder> enableVolumeIoRequest)
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was
potentially inconsistent.
|
default EnableVolumeIoResponse |
Ec2Client.enableVolumeIO(EnableVolumeIoRequest enableVolumeIoRequest)
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was
potentially inconsistent.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<EnableVolumeIoResponse> |
Ec2AsyncClient.enableVolumeIO(Consumer<EnableVolumeIoRequest.Builder> enableVolumeIoRequest)
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was
potentially inconsistent.
|
default CompletableFuture<EnableVolumeIoResponse> |
Ec2AsyncClient.enableVolumeIO(EnableVolumeIoRequest enableVolumeIoRequest)
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was
potentially inconsistent.
|
Copyright © 2021. All rights reserved.