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

Packages that use ApiVersion
org.jclouds.aws.filters   
org.jclouds.cloudfiles.config   
org.jclouds.cloudloadbalancers.config   
org.jclouds.cloudservers.config   
org.jclouds.elasticstack.functions   
org.jclouds.hpcloud.objectstorage.config   
org.jclouds.nodepool.config   
org.jclouds.openstack.keystone.v2_0.config   
org.jclouds.openstack.swift.config   
org.jclouds.rest.internal   
org.jclouds.trmk.vcloud_0_8.binders   
org.jclouds.trmk.vcloud_0_8.config   
org.jclouds.vcloud.config   
 

Uses of ApiVersion in org.jclouds.aws.filters
 

Constructor parameters in org.jclouds.aws.filters with annotations of type ApiVersion
FormSigner(SignatureWire signatureWire, String apiVersion, String accessKey, String secretKey, javax.inject.Provider<String> dateService, Crypto crypto, HttpUtils utils)
           
 

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.StorageAndCDNManagementEndpointModule.provideCDNUrl(RegionIdToURISupplier.Factory factory, String apiVersion)
           
protected  com.google.common.base.Supplier<URI> CloudFilesRestClientModule.StorageAndCDNManagementEndpointModule.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.config
 

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

Uses of ApiVersion in org.jclouds.nodepool.config
 

Method parameters in org.jclouds.nodepool.config with annotations of type ApiVersion
protected  com.google.common.base.Supplier<Properties> BindBackendComputeService.propertiesFor(FilterStringsBoundToInjectorByName filterStringsBoundByName, String provider, com.google.common.base.Supplier<URI> endpoint, String apiVersion, String buildVersion)
           
 

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  RegionIdToAdminURISupplier KeystoneAuthenticationModule.RegionModule.provideRegionIdToAdminURISupplierForApiVersion(String serviceType, String apiVersion, RegionIdToAdminURISupplier.Factory factory)
           
protected  RegionIdToURISupplier KeystoneAuthenticationModule.RegionModule.provideRegionIdToURISupplierForApiVersion(String serviceType, String apiVersion, RegionIdToURISupplier.Factory factory)
           
protected  ZoneIdToURISupplier KeystoneAuthenticationModule.ZoneModule.provideZoneIdToURISupplierForApiVersion(String serviceType, String apiVersion, ZoneIdToURISupplier.Factory factory)
           
 

Uses of ApiVersion in org.jclouds.openstack.swift.config
 

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

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, ContentMetadataCodec contentMetadataCodec, com.google.inject.TypeLiteral<T> typeLiteral)
           
 

Uses of ApiVersion in org.jclouds.trmk.vcloud_0_8.binders
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.binders with annotations of type ApiVersion
BindVAppConfigurationToXmlPayload(String apiVersion, BindToStringPayload stringBinder, String ns, String schema)
           
 

Uses of ApiVersion in org.jclouds.trmk.vcloud_0_8.config
 

Method parameters in org.jclouds.trmk.vcloud_0_8.config with annotations of type ApiVersion
protected  com.google.common.base.Supplier<URI> TerremarkVCloudRestClientModule.provideAuthenticationURI(TerremarkVCloudVersionsClient versionService, String version)
           
 

Uses of ApiVersion in org.jclouds.vcloud.config
 

Method parameters in org.jclouds.vcloud.config with annotations of type ApiVersion
protected  com.google.common.base.Supplier<URI> VCloudRestClientModule.provideAuthenticationURI(VCloudVersionsClient versionService, String version)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.