Uses of Class
com.amazonaws.services.ec2.model.DeleteSnapshotResult
-
Packages that use DeleteSnapshotResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteSnapshotResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteSnapshotResult Modifier and Type Method Description DeleteSnapshotResult
AbstractAmazonEC2. deleteSnapshot(DeleteSnapshotRequest request)
DeleteSnapshotResult
AmazonEC2. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.DeleteSnapshotResult
AmazonEC2Client. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteSnapshotResult Modifier and Type Method Description Future<DeleteSnapshotResult>
AbstractAmazonEC2Async. deleteSnapshotAsync(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
Future<DeleteSnapshotResult>
AmazonEC2Async. deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
Deletes the specified snapshot.Future<DeleteSnapshotResult>
AmazonEC2AsyncClient. deleteSnapshotAsync(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
-
Uses of DeleteSnapshotResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteSnapshotResult Modifier and Type Method Description DeleteSnapshotResult
DeleteSnapshotResult. clone()
-