Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.
|
void |
AmazonEC2Client.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.
|
Future<Void> |
AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.
|
Future<Void> |
AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.
|
Future<Void> |
AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,Void> asyncHandler)
Deletes the specified snapshot.
|
Future<Void> |
AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,Void> asyncHandler)
Deletes the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,Void> asyncHandler)
Deletes the specified snapshot.
|
Future<Void> |
AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,Void> asyncHandler)
Deletes the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotRequest |
DeleteSnapshotRequest.withSnapshotId(String snapshotId)
The ID of the Amazon EBS snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteSnapshotRequest> |
DeleteSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.