Uses of Class
org.jclouds.location.Provider
-
-
Uses of Provider in org.jclouds.http.filters
Constructor parameters in org.jclouds.http.filters with annotations of type Provider Constructor Description BasicAuthentication(com.google.common.base.Supplier<Credentials> creds) -
Uses of Provider in org.jclouds.internal
Constructor parameters in org.jclouds.internal with annotations of type Provider Constructor Description BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)ContextImpl(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer) -
Uses of Provider in org.jclouds.location.config
Methods in org.jclouds.location.config with annotations of type Provider Modifier and Type Method Description protected com.google.common.base.Supplier<URI>LocationModule. provideProvider(AtomicReference<AuthorizationException> authException, long seconds, ProviderURISupplier uncached) -
Uses of Provider in org.jclouds.location.suppliers.all
Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Provider Constructor Description JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier) -
Uses of Provider in org.jclouds.location.suppliers.fromconfig
-
Uses of Provider in org.jclouds.location.suppliers.implicit
Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type Provider Constructor Description GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri) -
Uses of Provider in org.jclouds.providers.config
Methods in org.jclouds.providers.config with annotations of type Provider Modifier and Type Method Description protected ContextBindProviderMetadataContextAndCredentials. backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)Method parameters in org.jclouds.providers.config with annotations of type Provider Modifier and Type Method Description protected ContextBindProviderMetadataContextAndCredentials. backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType) -
Uses of Provider in org.jclouds.rest.internal
Constructor parameters in org.jclouds.rest.internal with annotations of type Provider Constructor Description ApiContextImpl(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer, com.google.inject.Injector injector, com.google.inject.TypeLiteral<A> api)
-