Uses of Class
org.jclouds.rest.annotations.ApiVersion

Packages that use ApiVersion
org.jclouds.cloudfiles.config   
org.jclouds.cloudloadbalancers.config   
org.jclouds.cloudservers.config   
org.jclouds.elasticstack.functions   
org.jclouds.hpcloud.objectstorage.lvs.config   
org.jclouds.openstack.keystone.v2_0.config   
org.jclouds.rest.config   
org.jclouds.rest.internal   
 

Uses of ApiVersion in org.jclouds.cloudfiles.config
 

Method parameters in org.jclouds.cloudfiles.config with annotations of type ApiVersion
protected  com.google.common.base.Supplier<URI> CloudFilesRestClientModule.provideCDNUrl(RegionIdToURISupplier.Factory factory, String apiVersion)
           
protected  com.google.common.base.Supplier<URI> CloudFilesRestClientModule.provideStorageUrl(RegionIdToURISupplier.Factory factory, String apiVersion)
           
 

Uses of ApiVersion in org.jclouds.cloudloadbalancers.config
 

Method parameters in org.jclouds.cloudloadbalancers.config with annotations of type ApiVersion
protected  com.google.common.base.Supplier<String> CloudLoadBalancersRestClientModule.URIWithAccountIDPathSuffixAuthenticationServiceModule.accountID(RegionIdToURISupplier.Factory factory, String apiVersion)
           
 

Uses of ApiVersion in org.jclouds.cloudservers.config
 

Method parameters in org.jclouds.cloudservers.config with annotations of type ApiVersion
protected  com.google.common.base.Supplier<URI> CloudServersRestClientModule.provideCloudServers(RegionIdToURISupplier.Factory factory, String apiVersion)
           
 

Uses of ApiVersion in org.jclouds.elasticstack.functions
 

Constructor parameters in org.jclouds.elasticstack.functions with annotations of type ApiVersion
MapToNICs(String apiVersion)
           
ServerToMap(String apiVersion)
           
 

Uses of ApiVersion in org.jclouds.hpcloud.objectstorage.lvs.config
 

Method parameters in org.jclouds.hpcloud.objectstorage.lvs.config with annotations of type ApiVersion
protected  com.google.common.base.Supplier<URI> HPCloudObjectStorageLasVegasRestClientModule.provideCDNUrl(RegionIdToURISupplier.Factory factory, String apiVersion)
           
protected  com.google.common.base.Supplier<URI> HPCloudObjectStorageLasVegasRestClientModule.provideStorageUrl(RegionIdToURISupplier.Factory factory, String apiVersion)
           
 

Uses of ApiVersion in org.jclouds.openstack.keystone.v2_0.config
 

Method parameters in org.jclouds.openstack.keystone.v2_0.config with annotations of type ApiVersion
protected  RegionIdToURISupplier KeystoneAuthenticationModule.provideRegionIdToURISupplierForApiVersion(String serviceType, String apiVersion, RegionIdToURISupplier.Factory factory)
           
 

Uses of ApiVersion in org.jclouds.rest.config
 

Methods in org.jclouds.rest.config with annotations of type ApiVersion
protected  String BindPropertiesToAnnotations.bindApiVersion(String in)
           
 

Uses of ApiVersion in org.jclouds.rest.internal
 

Constructor parameters in org.jclouds.rest.internal with annotations of type ApiVersion
RestAnnotationProcessor(com.google.inject.Injector injector, com.google.common.cache.LoadingCache<Class<?>,Boolean> seedAnnotationCache, String apiVersion, String buildVersion, ParseSax.Factory parserFactory, HttpUtils utils, com.google.inject.TypeLiteral<T> typeLiteral)
           
RestContextImpl(Closer closer, Map<String,Credentials> credentialStore, Utils utils, com.google.inject.Injector injector, com.google.inject.TypeLiteral<S> syncApi, com.google.inject.TypeLiteral<A> asyncApi, com.google.common.base.Supplier<URI> endpoint, String provider, String identity, String apiVersion, String buildVersion, Set<String> iso3166Codes)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.