Uses of Class
com.amazonaws.services.ec2.model.DeleteSnapshotRequest
Packages that use DeleteSnapshotRequest
-
Uses of DeleteSnapshotRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DeleteSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.deleteSnapshot(DeleteSnapshotRequest request) AmazonEC2.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest) Deletes the specified snapshot.AmazonEC2Client.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest) Deletes the specified snapshot.AbstractAmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest request) AbstractAmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest) Deletes the specified snapshot.AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) Deletes the specified snapshot.AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request) AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) Deletes the specified snapshot.AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) -
Uses of DeleteSnapshotRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type DeleteSnapshotRequestModifier and TypeClassDescriptionclassContains the parameters for DeleteSnapshot.Methods in com.amazonaws.services.ec2.model that return DeleteSnapshotRequestModifier and TypeMethodDescriptionDeleteSnapshotRequest.clone()DeleteSnapshotRequest.withSnapshotId(String snapshotId) The ID of the EBS snapshot.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteSnapshotRequestModifier and TypeMethodDescriptionDeleteSnapshotRequest.getDryRunRequest()This method is intended for internal use only.