Uses of Class
com.amazonaws.services.ec2.model.DeleteSnapshotRequest
-
Packages that use DeleteSnapshotRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteSnapshotRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteSnapshotRequest 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 DeleteSnapshotRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotRequest
DeleteSnapshotRequest. clone()
DeleteSnapshotRequest
DeleteSnapshotRequest. withSnapshotId(String snapshotId)
The ID of the EBS snapshot.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteSnapshotRequest Modifier and Type Method Description Request<DeleteSnapshotRequest>
DeleteSnapshotRequest. getDryRunRequest()
This method is intended for internal use only.
-