Uses of Class
software.amazon.awssdk.services.ec2.model.EnableVolumeIoResponse
Packages that use EnableVolumeIoResponse
-
Uses of EnableVolumeIoResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableVolumeIoResponseModifier and TypeMethodDescriptiondefault EnableVolumeIoResponseEc2Client.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 EnableVolumeIoResponseEc2Client.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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableVolumeIoResponseModifier and TypeMethodDescriptiondefault 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.