Uses of Class
org.jclouds.elasticstack.domain.DriveData

Packages that use DriveData
org.jclouds.elasticstack   
org.jclouds.elasticstack.binders   
org.jclouds.elasticstack.domain   
org.jclouds.elasticstack.functions   
 

Uses of DriveData in org.jclouds.elasticstack
 

Methods in org.jclouds.elasticstack with parameters of type DriveData
 DriveInfo ElasticStackClient.setDriveData(String uuid, DriveData driveData)
          set extra drive data
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> ElasticStackAsyncClient.setDriveData(String uuid, DriveData setDrive)
           
 

Uses of DriveData in org.jclouds.elasticstack.binders
 

Constructor parameters in org.jclouds.elasticstack.binders with type arguments of type DriveData
BindDriveDataToPlainTextString(com.google.common.base.Function<DriveData,Map<String,String>> createDriveRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
           
 

Uses of DriveData in org.jclouds.elasticstack.domain
 

Methods in org.jclouds.elasticstack.domain that return DriveData
 DriveData DriveData.Builder.build()
           
 

Uses of DriveData in org.jclouds.elasticstack.functions
 

Methods in org.jclouds.elasticstack.functions with parameters of type DriveData
 Map<String,String> DriveDataToMap.apply(DriveData from)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.