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

Packages that use Volume
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Volume in org.jclouds.cloudstack.domain
 

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

Methods in org.jclouds.cloudstack.domain with parameters of type Volume
 T Volume.Builder.fromVolume(Volume in)
           
 

Uses of Volume in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Volume
 Volume VolumeClient.getVolume(String id)
          Get volume by id
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Volume
 com.google.common.util.concurrent.ListenableFuture<Volume> VolumeAsyncClient.getVolume(String id)
           
 Set<Volume> VolumeClient.listVolumes(ListVolumesOptions... options)
          List volumes
 com.google.common.util.concurrent.ListenableFuture<Set<Volume>> VolumeAsyncClient.listVolumes(ListVolumesOptions... options)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.