Methods in org.jclouds.rest that return RestContextSpec |
static
|
RestContextFactory.contextSpec(String provider,
String endpoint,
String apiVersion,
String iso3166Codes,
String identity,
String credential,
Class<S> sync,
Class<A> async)
|
static
|
RestContextFactory.contextSpec(String provider,
String endpoint,
String apiVersion,
String iso3166Codes,
String identity,
String credential,
Class<S> sync,
Class<A> async,
Class<PropertiesBuilder> propertiesBuilderClass,
Class<RestContextBuilder<S,A>> contextBuilderClass,
Iterable<com.google.inject.Module> modules)
|
static
|
RestContextFactory.contextSpec(String provider,
String endpoint,
String apiVersion,
String iso3166Codes,
String identity,
String credential,
Class<S> sync,
Class<A> async,
Iterable<com.google.inject.Module> modules)
|
|
RestContextFactory.createContextSpec(String providerName,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties _overrides)
|
|
RestContextFactory.createContextSpec(String providerName,
String identity,
String credential,
Properties _overrides)
|
Methods in org.jclouds.rest with parameters of type RestContextSpec |
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec)
|
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules)
|
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules,
Properties overrides)
|
static
|
RestContextFactory.createContext(RestContextSpec<S,A> contextSpec,
Properties overrides)
|
static
|
RestContextFactory.createContextBuilder(RestContextSpec<S,A> contextSpec)
|
static
|
RestContextFactory.createContextBuilder(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules)
|
static
|
RestContextFactory.createContextBuilder(RestContextSpec<S,A> contextSpec,
Iterable<com.google.inject.Module> modules,
Properties overrides)
|
static
|
RestContextFactory.createContextBuilder(RestContextSpec<S,A> contextSpec,
Properties overrides)
|
static Properties |
RestContextFactory.toProperties(RestContextSpec<?,?> contextSpec)
|