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 DeleteSnapshotResultAbstractAmazonEC2. deleteSnapshot(DeleteSnapshotRequest request)DeleteSnapshotResultAmazonEC2. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes the specified snapshot.DeleteSnapshotResultAmazonEC2Client. 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 DeleteSnapshotResultDeleteSnapshotResult. clone()
-