| Package | Description | 
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features | 
| Modifier and Type | Method and Description | 
|---|---|
Snapshot | 
Snapshot.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
Snapshot.Builder.fromSnapshot(Snapshot in)  | 
| Modifier and Type | Method and Description | 
|---|---|
Snapshot | 
SnapshotClient.getSnapshot(String id)
Gets a snapshot by its ID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Snapshot> | 
SnapshotAsyncClient.getSnapshot(String id)
Gets a snapshot by its ID. 
 | 
Set<Snapshot> | 
SnapshotClient.listSnapshots(ListSnapshotsOptions... options)
Lists all available snapshots for the account, matching the query described by the options. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Snapshot>> | 
SnapshotAsyncClient.listSnapshots(ListSnapshotsOptions... options)
Lists all available snapshots for the account, matching the query described by the options. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.