|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteSnapshotRequest | |
---|---|
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. |
Uses of DeleteSnapshotRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DeleteSnapshotRequest | |
---|---|
void |
AmazonEC2.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the snapshot identified by snapshotId. |
void |
AmazonEC2Client.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the snapshot identified by snapshotId. |
Future<Void> |
AmazonEC2AsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the snapshot identified by snapshotId. |
Future<Void> |
AmazonEC2Async.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the snapshot identified by snapshotId. |
Uses of DeleteSnapshotRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DeleteSnapshotRequest | |
---|---|
DeleteSnapshotRequest |
DeleteSnapshotRequest.withSnapshotId(String snapshotId)
The ID of the snapshot to delete. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |