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

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

Uses of CreateSnapshotOptions in org.jclouds.ec2.features
 

Methods in org.jclouds.ec2.features with parameters of type CreateSnapshotOptions
 Snapshot ElasticBlockStoreApi.createSnapshotInRegion(String region, String volumeId, CreateSnapshotOptions... options)
          Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
 

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)
           
 



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