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 ElasticStackApi.setDriveData(String uuid, DriveData setDrive)
          set extra drive data
 

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-2014 The Apache Software Foundation. All Rights Reserved.