Package | Description |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.predicates | |
org.jclouds.ec2.services | |
org.jclouds.ec2.xml |
Modifier and Type | Method and Description |
---|---|
int |
Snapshot.compareTo(Snapshot o) |
Modifier and Type | Method and Description |
---|---|
boolean |
SnapshotCompleted.apply(Snapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
ElasticBlockStoreClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options) |
Set<Snapshot> |
ElasticBlockStoreClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> |
ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<Snapshot> |
DescribeSnapshotsResponseHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.