Uses of Class
org.jclouds.config.ValueOfConfigurationKeyOrNull

Packages that use ValueOfConfigurationKeyOrNull
org.jclouds.location.suppliers.fromconfig   
org.jclouds.rest.config   
 

Uses of ValueOfConfigurationKeyOrNull in org.jclouds.location.suppliers.fromconfig
 

Fields in org.jclouds.location.suppliers.fromconfig declared as ValueOfConfigurationKeyOrNull
protected  ValueOfConfigurationKeyOrNull LocationIdToURIFromConfigurationOrDefaultToProvider.config
           
protected  ValueOfConfigurationKeyOrNull SplitConfigurationKey.config
           
 

Constructors in org.jclouds.location.suppliers.fromconfig with parameters of type ValueOfConfigurationKeyOrNull
LocationIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> locationIds, String configPrefix)
           
RegionIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider)
           
RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds)
           
RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
SplitConfigurationKey(ValueOfConfigurationKeyOrNull config, String provider, String configKey)
           
ZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider)
           
ZoneIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> zoneIds)
           
 

Uses of ValueOfConfigurationKeyOrNull in org.jclouds.rest.config
 

Methods in org.jclouds.rest.config with parameters of type ValueOfConfigurationKeyOrNull
protected  String BindPropertiesToAnnotations.bindCredential(ValueOfConfigurationKeyOrNull config)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.