Uses of Class
com.amazonaws.services.ec2.model.DeleteSnapshotResult
Packages that use DeleteSnapshotResult
-
Uses of DeleteSnapshotResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteSnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2.deleteSnapshot
(DeleteSnapshotRequest request) AmazonEC2.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) Deletes the specified snapshot.AmazonEC2Client.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) Deletes the specified snapshot.Methods in com.amazonaws.services.ec2 that return types with arguments of type DeleteSnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 DeleteSnapshotResultModifier 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 DeleteSnapshotResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteSnapshotResult