Uses of Class
org.jclouds.ec2.options.CreateSnapshotOptions

Packages that use CreateSnapshotOptions
org.jclouds.ec2.options   
org.jclouds.ec2.services   
 

Uses of CreateSnapshotOptions in org.jclouds.ec2.options
 

Methods in org.jclouds.ec2.options that return CreateSnapshotOptions
 CreateSnapshotOptions CreateSnapshotOptions.withDescription(String description)
          Description of the Amazon EBS snapshot.
static CreateSnapshotOptions CreateSnapshotOptions.Builder.withDescription(String identityId)
           
 

Uses of CreateSnapshotOptions in org.jclouds.ec2.services
 

Methods in org.jclouds.ec2.services with parameters of type CreateSnapshotOptions
 com.google.common.util.concurrent.ListenableFuture<Snapshot> ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region, String volumeId, CreateSnapshotOptions... options)
           
 Snapshot ElasticBlockStoreClient.createSnapshotInRegion(String region, String volumeId, CreateSnapshotOptions... options)
          Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.