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

Packages that use StandardDrive
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
 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
 WellKnownImage StandardDriveToWellKnownImage.apply(StandardDrive input)
           
 

Uses of StandardDrive in org.jclouds.elasticstack.domain
 

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

Methods in org.jclouds.elasticstack.domain with parameters of type StandardDrive
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
 StandardDrive MapToStandardDrive.apply(Map<String,String> from)
           
 

Methods in org.jclouds.elasticstack.functions that return types with arguments of type StandardDrive
 Set<StandardDrive> ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet.apply(org.jclouds.http.HttpResponse response)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.