Package | Description |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.predicates | |
org.jclouds.ec2.services | |
org.jclouds.ec2.xml |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Volume.compareTo(Volume that) |
Volume.Builder |
Volume.Builder.fromVolume(Volume in) |
Modifier and Type | Method and Description |
---|---|
boolean |
VolumeAvailable.apply(Volume volume) |
Modifier and Type | Method and Description |
---|---|
Volume |
ElasticBlockStoreClient.createVolumeFromSnapshotInAvailabilityZone(String availabilityZone,
int size,
String snapshotId)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same
Availability Zone.
|
Volume |
ElasticBlockStoreClient.createVolumeFromSnapshotInAvailabilityZone(String availabilityZone,
String snapshotId)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same
Availability Zone.
|
Volume |
ElasticBlockStoreClient.createVolumeInAvailabilityZone(String availabilityZone,
int size)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same
Availability Zone.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Volume> |
ElasticBlockStoreAsyncClient.createVolumeFromSnapshotInAvailabilityZone(String availabilityZone,
int size,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<Volume> |
ElasticBlockStoreAsyncClient.createVolumeFromSnapshotInAvailabilityZone(String availabilityZone,
String snapshotId) |
com.google.common.util.concurrent.ListenableFuture<Volume> |
ElasticBlockStoreAsyncClient.createVolumeInAvailabilityZone(String availabilityZone,
int size) |
Set<Volume> |
ElasticBlockStoreClient.describeVolumesInRegion(String region,
String... volumeIds)
Describes the specified Amazon EBS volumes that you own.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Volume>> |
ElasticBlockStoreAsyncClient.describeVolumesInRegion(String region,
String... volumeIds) |
Modifier and Type | Method and Description |
---|---|
Volume |
CreateVolumeResponseHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<Volume> |
DescribeVolumesResponseHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.