Uses of Class
org.jclouds.ec2.domain.Volume

Packages that use Volume
org.jclouds.ec2.domain   
org.jclouds.ec2.predicates   
org.jclouds.ec2.services   
org.jclouds.ec2.xml   
 

Uses of Volume in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return Volume
 Volume Volume.Builder.build()
           
 

Methods in org.jclouds.ec2.domain with parameters of type Volume
 int Volume.compareTo(Volume that)
           
 

Uses of Volume in org.jclouds.ec2.predicates
 

Methods in org.jclouds.ec2.predicates with parameters of type Volume
 boolean VolumeAvailable.apply(Volume volume)
           
 

Uses of Volume in org.jclouds.ec2.services
 

Methods in org.jclouds.ec2.services that return Volume
 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.
 

Methods in org.jclouds.ec2.services that return types with arguments of type Volume
 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)
           
 

Uses of Volume in org.jclouds.ec2.xml
 

Methods in org.jclouds.ec2.xml that return Volume
 Volume CreateVolumeResponseHandler.getResult()
           
 

Methods in org.jclouds.ec2.xml that return types with arguments of type Volume
 Set<Volume> DescribeVolumesResponseHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.