Uses of Class
org.jclouds.elasticstack.domain.Drive
-
Packages that use Drive Package Description org.jclouds.elasticstack org.jclouds.elasticstack.binders org.jclouds.elasticstack.domain org.jclouds.elasticstack.functions -
-
Uses of Drive in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack with parameters of type Drive Modifier and Type Method Description DriveInfo
ElasticStackApi. createDrive(Drive createDrive)
create a new drive -
Uses of Drive in org.jclouds.elasticstack.binders
Constructor parameters in org.jclouds.elasticstack.binders with type arguments of type Drive Constructor Description BindDriveToPlainTextString(com.google.common.base.Function<Drive,Map<String,String>> createDriveRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
-
Uses of Drive in org.jclouds.elasticstack.domain
Subclasses of Drive in org.jclouds.elasticstack.domain Modifier and Type Class Description class
CreateDriveRequest
class
DriveData
class
DriveInfo
class
StandardDrive
Methods in org.jclouds.elasticstack.domain that return Drive Modifier and Type Method Description Drive
Drive.Builder. build()
-
Uses of Drive in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions with parameters of type Drive Modifier and Type Method Description Map<String,String>
BaseDriveToMap. apply(Drive from)
Map<String,String>
CreateDriveRequestToMap. apply(Drive from)
-