|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Snapshot | |
|---|---|
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.predicates | |
| org.jclouds.ec2.services | |
| org.jclouds.ec2.xml | |
| Uses of Snapshot in org.jclouds.ec2.domain |
|---|
| Methods in org.jclouds.ec2.domain with parameters of type Snapshot | |
|---|---|
int |
Snapshot.compareTo(Snapshot o)
|
| Uses of Snapshot in org.jclouds.ec2.predicates |
|---|
| Methods in org.jclouds.ec2.predicates with parameters of type Snapshot | |
|---|---|
boolean |
SnapshotCompleted.apply(Snapshot snapshot)
|
| Uses of Snapshot in org.jclouds.ec2.services |
|---|
| Methods in org.jclouds.ec2.services that return Snapshot | |
|---|---|
Snapshot |
ElasticBlockStoreClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3. |
| Methods in org.jclouds.ec2.services that return types with arguments of type Snapshot | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> |
ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
|
Set<Snapshot> |
ElasticBlockStoreClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user. |
| Uses of Snapshot in org.jclouds.ec2.xml |
|---|
| Methods in org.jclouds.ec2.xml that return Snapshot | |
|---|---|
Snapshot |
SnapshotHandler.getResult()
|
| Methods in org.jclouds.ec2.xml that return types with arguments of type Snapshot | |
|---|---|
Set<Snapshot> |
DescribeSnapshotsResponseHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||