Package | Description |
---|---|
org.jclouds.ec2.options | |
org.jclouds.ec2.services |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotOptions |
CreateSnapshotOptions.withDescription(String description)
Description of the Amazon EBS snapshot.
|
static CreateSnapshotOptions |
CreateSnapshotOptions.Builder.withDescription(String identityId) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
ElasticBlockStoreClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options)
Creates a snapshot of an Amazon EBS volume and stores it in Amazon S3.
|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
ElasticBlockStoreAsyncClient.createSnapshotInRegion(String region,
String volumeId,
CreateSnapshotOptions... options) |
Copyright © 2009-2012 jclouds. All Rights Reserved.