Uses of Class
org.jclouds.ec2.domain.Snapshot

Packages that use Snapshot
org.jclouds.ec2.domain   
org.jclouds.ec2.features   
org.jclouds.ec2.predicates   
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.features
 

Methods in org.jclouds.ec2.features that return Snapshot
 Snapshot ElasticBlockStoreApi.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.features that return types with arguments of type Snapshot
 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.
 

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.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()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.