Package | Description |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.features | |
org.jclouds.ec2.predicates | |
org.jclouds.ec2.xml |
Modifier and Type | Method and Description |
---|---|
int |
Snapshot.compareTo(Snapshot o) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
ElasticBlockStoreApi.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 |
---|---|
Set<Snapshot> |
ElasticBlockStoreApi.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user.
|
Set<Snapshot> |
ElasticBlockStoreApi.describeSnapshotsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter,
DescribeSnapshotsOptions... options)
Returns information about EBS snapshots matching the given filters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SnapshotCompleted.apply(Snapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<Snapshot> |
DescribeSnapshotsResponseHandler.getResult() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.