Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
EnableVolumeIORequest |
EnableVolumeIORequest.clone() |
EnableVolumeIORequest |
EnableVolumeIORequest.withVolumeId(String volumeId)
The ID of the volume.
|
Modifier and Type | Method and Description |
---|---|
Request<EnableVolumeIORequest> |
EnableVolumeIORequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2015. All rights reserved.