Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteSnapshotResult> |
AbstractAmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler) |
Future<DeleteSnapshotResult> |
AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler) |
Future<DeleteSnapshotResult> |
AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
Deletes the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotRequest |
DeleteSnapshotRequest.clone() |
DeleteSnapshotRequest |
DeleteSnapshotRequest.withSnapshotId(String snapshotId)
The ID of the EBS snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteSnapshotRequest> |
DeleteSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.