|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateSnapshotResult | |
---|---|
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 CreateSnapshotResult in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 that return CreateSnapshotResult | |
---|---|
CreateSnapshotResult |
AmazonEC2.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Create a snapshot of the volume identified by volume ID. |
CreateSnapshotResult |
AmazonEC2Client.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Create a snapshot of the volume identified by volume ID. |
Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateSnapshotResult | |
---|---|
Future<CreateSnapshotResult> |
AmazonEC2AsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Create a snapshot of the volume identified by volume ID. |
Future<CreateSnapshotResult> |
AmazonEC2Async.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Create a snapshot of the volume identified by volume ID. |
Uses of CreateSnapshotResult in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateSnapshotResult | |
---|---|
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
The new snapshot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |