Uses of Class
org.jclouds.config.ValueOfConfigurationKeyOrNull
Packages that use ValueOfConfigurationKeyOrNull
Package
Description
-
Uses of ValueOfConfigurationKeyOrNull in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config with parameters of type ValueOfConfigurationKeyOrNullModifier and TypeMethodDescriptionAWSEC2ComputeServiceDependenciesModule.imageQuery
(ValueOfConfigurationKeyOrNull config) -
Uses of ValueOfConfigurationKeyOrNull in org.jclouds.compute.config
Methods in org.jclouds.compute.config with parameters of type ValueOfConfigurationKeyOrNullModifier and TypeMethodDescriptionprotected final TemplateBuilder
BaseComputeServiceContextModule.provideTemplateOptionallyFromProperties
(com.google.inject.Injector injector, TemplateBuilder template, String provider, ValueOfConfigurationKeyOrNull config) The default template if none is provided.Constructors in org.jclouds.compute.config with parameters of type ValueOfConfigurationKeyOrNullModifierConstructorDescriptionGetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull
(String provider, ValueOfConfigurationKeyOrNull config, Map<String, Credentials> credentialStore) -
Uses of ValueOfConfigurationKeyOrNull in org.jclouds.location.suppliers.fromconfig
Fields in org.jclouds.location.suppliers.fromconfig declared as ValueOfConfigurationKeyOrNullModifier and TypeFieldDescriptionprotected final ValueOfConfigurationKeyOrNull
LocationIdToURIFromConfigurationOrDefaultToProvider.config
protected final ValueOfConfigurationKeyOrNull
SplitConfigurationKey.config
Constructors in org.jclouds.location.suppliers.fromconfig with parameters of type ValueOfConfigurationKeyOrNullModifierConstructorDescriptionLocationIdToURIFromConfigurationOrDefaultToProvider
(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> locationIds, String configPrefix) protected
RegionIdsFromConfiguration
(ValueOfConfigurationKeyOrNull config, String provider) protected
RegionIdToURIFromConfigurationOrDefaultToProvider
(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds) protected
RegionIdToZoneIdsFromConfiguration
(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier) SplitConfigurationKey
(ValueOfConfigurationKeyOrNull config, String provider, String configKey) protected
ZoneIdsFromConfiguration
(ValueOfConfigurationKeyOrNull config, String provider) protected
ZoneIdToURIFromConfigurationOrDefaultToProvider
(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> zoneIds)