Uses of Class
org.jclouds.elasticstack.domain.DriveData
-
Packages that use DriveData Package Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description DriveData
DriveData.Builder. build()
-
Uses of DriveData in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions with parameters of type DriveData Modifier and Type Method Description Map<String,String>
DriveDataToMap. apply(DriveData from)
-