Uses of Class
org.jclouds.elasticstack.domain.StandardDrive
-
Packages that use StandardDrive Package Description org.jclouds.elasticstack org.jclouds.elasticstack.compute.functions org.jclouds.elasticstack.domain org.jclouds.elasticstack.functions -
-
Uses of StandardDrive in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack that return types with arguments of type StandardDrive Modifier and Type Method Description Set<StandardDrive>
ElasticStackApi. listStandardDriveInfo()
Gets information about all standard drives -
Uses of StandardDrive in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions with parameters of type StandardDrive Modifier and Type Method Description WellKnownImage
StandardDriveToWellKnownImage. apply(StandardDrive input)
-
Uses of StandardDrive in org.jclouds.elasticstack.domain
Methods in org.jclouds.elasticstack.domain that return StandardDrive Modifier and Type Method Description StandardDrive
StandardDrive.Builder. build()
Methods in org.jclouds.elasticstack.domain with parameters of type StandardDrive Modifier and Type Method Description static StandardDrive.Builder
StandardDrive.Builder. fromDriveInfo(StandardDrive driveInfo)
-
Uses of StandardDrive in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return StandardDrive Modifier and Type Method Description StandardDrive
MapToStandardDrive. apply(Map<String,String> from)
Methods in org.jclouds.elasticstack.functions that return types with arguments of type StandardDrive Modifier and Type Method Description Set<StandardDrive>
ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet. apply(HttpResponse response)
-