Uses of Class
org.jclouds.ec2.options.CreateSnapshotOptions
-
Packages that use CreateSnapshotOptions Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static CreateSnapshotOptions
CreateSnapshotOptions.Builder. withDescription(String identityId)
CreateSnapshotOptions
CreateSnapshotOptions. withDescription(String description)
Description of the Amazon EBS snapshot.
-