Uses of Class
com.amazonaws.services.ec2.model.EnableVolumeIORequest

Packages that use EnableVolumeIORequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of EnableVolumeIORequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type EnableVolumeIORequest
 void AmazonEC2Client.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.
 void AmazonEC2.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.
 Future<Void> AmazonEC2AsyncClient.enableVolumeIOAsync(EnableVolumeIORequest enableVolumeIORequest)
           Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
 Future<Void> AmazonEC2Async.enableVolumeIOAsync(EnableVolumeIORequest enableVolumeIORequest)
           Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
 Future<Void> AmazonEC2AsyncClient.enableVolumeIOAsync(EnableVolumeIORequest enableVolumeIORequest, AsyncHandler<EnableVolumeIORequest,Void> asyncHandler)
           Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
 Future<Void> AmazonEC2Async.enableVolumeIOAsync(EnableVolumeIORequest enableVolumeIORequest, AsyncHandler<EnableVolumeIORequest,Void> asyncHandler)
           Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type EnableVolumeIORequest
 Future<Void> AmazonEC2AsyncClient.enableVolumeIOAsync(EnableVolumeIORequest enableVolumeIORequest, AsyncHandler<EnableVolumeIORequest,Void> asyncHandler)
           Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
 Future<Void> AmazonEC2Async.enableVolumeIOAsync(EnableVolumeIORequest enableVolumeIORequest, AsyncHandler<EnableVolumeIORequest,Void> asyncHandler)
           Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
 

Uses of EnableVolumeIORequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return EnableVolumeIORequest
 EnableVolumeIORequest EnableVolumeIORequest.withVolumeId(String volumeId)
          The ID of the volume.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type EnableVolumeIORequest
 Request<EnableVolumeIORequest> EnableVolumeIORequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.