Uses of Interface
org.jclouds.apis.ApiMetadata

Packages that use ApiMetadata
org.jclouds   
org.jclouds.apis   
org.jclouds.apis.internal   
org.jclouds.atmos   
org.jclouds.aws.ec2   
org.jclouds.aws.s3   
org.jclouds.azureblob   
org.jclouds.blobstore   
org.jclouds.byon   
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.cloudloadbalancers   
org.jclouds.cloudservers   
org.jclouds.cloudsigma   
org.jclouds.cloudstack   
org.jclouds.cloudwatch   
org.jclouds.compute.stub   
org.jclouds.deltacloud   
org.jclouds.ec2   
org.jclouds.elasticstack   
org.jclouds.elb   
org.jclouds.eucalyptus   
org.jclouds.filesystem   
org.jclouds.glesys   
org.jclouds.gogrid   
org.jclouds.hpcloud.objectstorage This package contains an HP Cloud Object Storage client implemented by HttpCommandExecutorService commands. 
org.jclouds.iam   
org.jclouds.jenkins.v1   
org.jclouds.joyent.cloudapi.v6_5   
org.jclouds.nodepool   
org.jclouds.openstack.glance.v1_0   
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.ec2   
org.jclouds.openstack.nova.v2_0   
org.jclouds.openstack.quantum.v1_0   
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.v1   
org.jclouds.opsource.servers   
org.jclouds.osgi   
org.jclouds.providers   
org.jclouds.providers.internal   
org.jclouds.rackspace.cloudidentity.v2_0   
org.jclouds.rds   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.rimuhosting.miro   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.savvis.vpdc   
org.jclouds.servermanager   
org.jclouds.slicehost   
org.jclouds.smartos   
org.jclouds.snia.cdmi.v1   
org.jclouds.softlayer   
org.jclouds.trmk.ecloud   
org.jclouds.trmk.vcloud_0_8.internal   
org.jclouds.trmk.vcloudexpress   
org.jclouds.vcloud   
org.jclouds.vcloud.director.v1_5   
org.jclouds.virtualbox   
org.jclouds.walrus   
 

Uses of ApiMetadata in org.jclouds
 

Fields in org.jclouds declared as ApiMetadata
protected  ApiMetadata ContextBuilder.apiMetadata
           
 

Methods in org.jclouds that return ApiMetadata
 ApiMetadata ContextBuilder.getApiMetadata()
           
 

Methods in org.jclouds with parameters of type ApiMetadata
static ContextBuilder ContextBuilder.newBuilder(ApiMetadata apiMetadata)
           
 

Constructors in org.jclouds with parameters of type ApiMetadata
ContextBuilder(ApiMetadata apiMetadata)
           
ContextBuilder(ProviderMetadata providerMetadata, ApiMetadata apiMetadata)
           
 

Uses of ApiMetadata in org.jclouds.apis
 

Methods in org.jclouds.apis that return ApiMetadata
 ApiMetadata ApiMetadata.Builder.build()
           
static ApiMetadata Apis.withId(String id)
          Returns the first api with the provided id
 

Methods in org.jclouds.apis that return types with arguments of type ApiMetadata
static Iterable<ApiMetadata> Apis.all()
          Returns all available apis.
static com.google.common.base.Predicate<ApiMetadata> ApiPredicates.all()
          Returns all apis available to jclouds regardless of type.
static Iterable<ApiMetadata> Apis.contextAssignableFrom(com.google.common.reflect.TypeToken<?> type)
          Returns all apis who's contexts are assignable from the parameter
static com.google.common.base.Predicate<ApiMetadata> ApiPredicates.contextAssignableFrom(com.google.common.reflect.TypeToken<?> type)
          Returns all apis who's contexts are assignable from the parameter
static Iterable<ApiMetadata> ApiRegistry.fromRegistry()
           
static com.google.common.base.Predicate<ApiMetadata> ApiPredicates.id(String id)
          Returns all apis with the given id.
static com.google.common.base.Function<ApiMetadata,String> Apis.idFunction()
           
static Iterable<ApiMetadata> Apis.viewableAs(Class<? extends View> type)
           
static com.google.common.base.Predicate<ApiMetadata> ApiPredicates.viewableAs(com.google.common.reflect.TypeToken<?> type)
          Returns all apis who's contexts are transformable to the parameter
static Iterable<ApiMetadata> Apis.viewableAs(com.google.common.reflect.TypeToken<? extends View> type)
          Returns all apis who's contexts are assignable from the parameter
 

Methods in org.jclouds.apis with parameters of type ApiMetadata
 String Apis.IdFunction.apply(ApiMetadata input)
           
static com.google.common.reflect.TypeToken<?> Apis.findView(ApiMetadata apiMetadata, com.google.common.reflect.TypeToken<?> view)
          Returns the type of context
 ApiMetadata.Builder ApiMetadata.Builder.fromApiMetadata(ApiMetadata from)
           
static void ApiRegistry.registerApi(ApiMetadata api)
           
static void ApiRegistry.unRegisterApi(ApiMetadata api)
           
 

Uses of ApiMetadata in org.jclouds.apis.internal
 

Classes in org.jclouds.apis.internal that implement ApiMetadata
 class BaseApiMetadata
          The BaseApiMetadata class is an abstraction of ApiMetadata to be extended by those implementing ApiMetadata.
 

Methods in org.jclouds.apis.internal that return ApiMetadata
 ApiMetadata BaseApiMetadata.Builder.build()
           
 

Methods in org.jclouds.apis.internal with parameters of type ApiMetadata
 BaseApiMetadata.Builder BaseApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.atmos
 

Classes in org.jclouds.atmos that implement ApiMetadata
 class AtmosApiMetadata
          Implementation of ApiMetadata for Rackspace Cloud Files API
 

Methods in org.jclouds.atmos with parameters of type ApiMetadata
 AtmosApiMetadata.Builder AtmosApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.aws.ec2
 

Classes in org.jclouds.aws.ec2 that implement ApiMetadata
 class AWSEC2ApiMetadata
          Implementation of ApiMetadata for the Amazon-specific EC2 API
 

Methods in org.jclouds.aws.ec2 with parameters of type ApiMetadata
 AWSEC2ApiMetadata.Builder AWSEC2ApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.aws.s3
 

Classes in org.jclouds.aws.s3 that implement ApiMetadata
 class AWSS3ApiMetadata
          Implementation of ApiMetadata for the Amazon-specific S3 API
 

Methods in org.jclouds.aws.s3 with parameters of type ApiMetadata
 AWSS3ApiMetadata.Builder AWSS3ApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.azureblob
 

Classes in org.jclouds.azureblob that implement ApiMetadata
 class AzureBlobApiMetadata
          Implementation of ApiMetadata for Microsoft Azure Blob Service API
 

Methods in org.jclouds.azureblob with parameters of type ApiMetadata
 AzureBlobApiMetadata.Builder AzureBlobApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.blobstore
 

Classes in org.jclouds.blobstore that implement ApiMetadata
 class TransientApiMetadata
          Implementation of ApiMetadata for jclouds in-memory (Transient) API
 

Uses of ApiMetadata in org.jclouds.byon
 

Classes in org.jclouds.byon that implement ApiMetadata
 class BYONApiMetadata
          Implementation of ApiMetadata for jclouds BYON API
 

Methods in org.jclouds.byon with parameters of type ApiMetadata
 BYONApiMetadata.Builder BYONApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.cloudfiles
 

Classes in org.jclouds.cloudfiles that implement ApiMetadata
 class CloudFilesApiMetadata
          Implementation of ApiMetadata for Rackspace Cloud Files API
 

Methods in org.jclouds.cloudfiles with parameters of type ApiMetadata
 CloudFilesApiMetadata.Builder CloudFilesApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.cloudloadbalancers
 

Classes in org.jclouds.cloudloadbalancers that implement ApiMetadata
 class CloudLoadBalancersApiMetadata
          Implementation of ApiMetadata for CloudLoadBalancers 1.0 API
 

Methods in org.jclouds.cloudloadbalancers with parameters of type ApiMetadata
 CloudLoadBalancersApiMetadata.Builder CloudLoadBalancersApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.cloudservers
 

Classes in org.jclouds.cloudservers that implement ApiMetadata
 class CloudServersApiMetadata
          Implementation of ApiMetadata for CloudServers 1.0 API
 

Methods in org.jclouds.cloudservers with parameters of type ApiMetadata
 CloudServersApiMetadata.Builder CloudServersApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.cloudsigma
 

Classes in org.jclouds.cloudsigma that implement ApiMetadata
 class CloudSigmaApiMetadata
          Implementation of ApiMetadata for the Cloud Sigma API
 

Methods in org.jclouds.cloudsigma with parameters of type ApiMetadata
 CloudSigmaApiMetadata.Builder CloudSigmaApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.cloudstack
 

Classes in org.jclouds.cloudstack that implement ApiMetadata
 class CloudStackApiMetadata
          Implementation of ApiMetadata for Citrix/Apache CloudStack api.
 

Methods in org.jclouds.cloudstack with parameters of type ApiMetadata
 CloudStackApiMetadata.Builder CloudStackApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.cloudwatch
 

Classes in org.jclouds.cloudwatch that implement ApiMetadata
 class CloudWatchApiMetadata
          Implementation of ApiMetadata for Amazon's CloudWatch api.
 

Methods in org.jclouds.cloudwatch with parameters of type ApiMetadata
 CloudWatchApiMetadata.Builder CloudWatchApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.compute.stub
 

Classes in org.jclouds.compute.stub that implement ApiMetadata
 class StubApiMetadata
          Implementation of ApiMetadata for jclouds in-memory (Stub) API
 

Uses of ApiMetadata in org.jclouds.deltacloud
 

Classes in org.jclouds.deltacloud that implement ApiMetadata
 class DeltacloudApiMetadata
          Implementation of ApiMetadata for Apache Deltacloud API
 

Methods in org.jclouds.deltacloud with parameters of type ApiMetadata
 DeltacloudApiMetadata.Builder DeltacloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.ec2
 

Classes in org.jclouds.ec2 that implement ApiMetadata
 class EC2ApiMetadata
          Implementation of ApiMetadata for Amazon's EC2 api.
 

Methods in org.jclouds.ec2 that return ApiMetadata
 ApiMetadata EC2ApiMetadata.Builder.build()
           
 

Methods in org.jclouds.ec2 with parameters of type ApiMetadata
 EC2ApiMetadata.Builder EC2ApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.elasticstack
 

Classes in org.jclouds.elasticstack that implement ApiMetadata
 class ElasticStackApiMetadata
          Implementation of ApiMetadata for the ElasticStack API
 

Methods in org.jclouds.elasticstack with parameters of type ApiMetadata
 ElasticStackApiMetadata.Builder ElasticStackApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.elb
 

Classes in org.jclouds.elb that implement ApiMetadata
 class ELBApiMetadata
          Implementation of ApiMetadata for Amazon's Elastic Load Balancing api.
 

Methods in org.jclouds.elb with parameters of type ApiMetadata
 ELBApiMetadata.Builder ELBApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.eucalyptus
 

Classes in org.jclouds.eucalyptus that implement ApiMetadata
 class EucalyptusApiMetadata
          Implementation of ApiMetadata for the Eucalyptus (EC2 clone) api.
 

Methods in org.jclouds.eucalyptus with parameters of type ApiMetadata
 EucalyptusApiMetadata.Builder EucalyptusApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.filesystem
 

Classes in org.jclouds.filesystem that implement ApiMetadata
 class FilesystemApiMetadata
          Implementation of ApiMetadata for jclouds Filesystem-based BlobStore
 

Uses of ApiMetadata in org.jclouds.glesys
 

Classes in org.jclouds.glesys that implement ApiMetadata
 class GleSYSApiMetadata
          Implementation of ApiMetadata for API
 

Methods in org.jclouds.glesys with parameters of type ApiMetadata
 GleSYSApiMetadata.Builder GleSYSApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.gogrid
 

Classes in org.jclouds.gogrid that implement ApiMetadata
 class GoGridApiMetadata
          Implementation of ApiMetadata for API
 

Methods in org.jclouds.gogrid with parameters of type ApiMetadata
 GoGridApiMetadata.Builder GoGridApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.hpcloud.objectstorage
 

Classes in org.jclouds.hpcloud.objectstorage that implement ApiMetadata
 class HPCloudObjectStorageApiMetadata
          Implementation of ProviderMetadata for HP Cloud Services Object Storage
 

Methods in org.jclouds.hpcloud.objectstorage with parameters of type ApiMetadata
 HPCloudObjectStorageApiMetadata.Builder HPCloudObjectStorageApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.iam
 

Classes in org.jclouds.iam that implement ApiMetadata
 class IAMApiMetadata
          Implementation of ApiMetadata for Amazon's IAM api.
 

Methods in org.jclouds.iam with parameters of type ApiMetadata
 IAMApiMetadata.Builder IAMApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.jenkins.v1
 

Classes in org.jclouds.jenkins.v1 that implement ApiMetadata
 class JenkinsApiMetadata
          Implementation of ApiMetadata for Jenkins 1.0 API
 

Methods in org.jclouds.jenkins.v1 with parameters of type ApiMetadata
 JenkinsApiMetadata.Builder JenkinsApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.joyent.cloudapi.v6_5
 

Classes in org.jclouds.joyent.cloudapi.v6_5 that implement ApiMetadata
 class JoyentCloudApiMetadata
          Implementation of ApiMetadata for JoyentCloud ~6.5 API
 

Methods in org.jclouds.joyent.cloudapi.v6_5 with parameters of type ApiMetadata
 JoyentCloudApiMetadata.Builder JoyentCloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.nodepool
 

Classes in org.jclouds.nodepool that implement ApiMetadata
 class NodePoolApiMetadata
           
 

Uses of ApiMetadata in org.jclouds.openstack.glance.v1_0
 

Classes in org.jclouds.openstack.glance.v1_0 that implement ApiMetadata
 class GlanceApiMetadata
          Implementation of ApiMetadata for Glance 1.0 API
 

Methods in org.jclouds.openstack.glance.v1_0 with parameters of type ApiMetadata
 GlanceApiMetadata.Builder GlanceApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.openstack.keystone.v2_0
 

Classes in org.jclouds.openstack.keystone.v2_0 that implement ApiMetadata
 class KeystoneApiMetadata
          Implementation of ApiMetadata for Keystone 2.0 API
 

Methods in org.jclouds.openstack.keystone.v2_0 with parameters of type ApiMetadata
 KeystoneApiMetadata.Builder KeystoneApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.openstack.nova
 

Classes in org.jclouds.openstack.nova that implement ApiMetadata
 class NovaApiMetadata
          Implementation of ApiMetadata for Nova 1.0 API
 

Methods in org.jclouds.openstack.nova with parameters of type ApiMetadata
 NovaApiMetadata.Builder NovaApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.openstack.nova.ec2
 

Classes in org.jclouds.openstack.nova.ec2 that implement ApiMetadata
 class NovaEC2ApiMetadata
          Implementation of ApiMetadata for the OpenStack Nova's EC2-clone API
 

Methods in org.jclouds.openstack.nova.ec2 with parameters of type ApiMetadata
 NovaEC2ApiMetadata.Builder NovaEC2ApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.openstack.nova.v2_0
 

Methods in org.jclouds.openstack.nova.v2_0 with parameters of type ApiMetadata
 NovaApiMetadata.Builder NovaApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.openstack.quantum.v1_0
 

Classes in org.jclouds.openstack.quantum.v1_0 that implement ApiMetadata
 class QuantumApiMetadata
          Implementation of ApiMetadata for Quantum 1.0 API
 

Methods in org.jclouds.openstack.quantum.v1_0 with parameters of type ApiMetadata
 QuantumApiMetadata.Builder QuantumApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.openstack.swift
 

Classes in org.jclouds.openstack.swift that implement ApiMetadata
 class SwiftApiMetadata
          Implementation of ApiMetadata for OpenStack Swift
 class SwiftKeystoneApiMetadata
          Implementation of ApiMetadata for OpenStack Swift authenticated with KeyStone
 

Methods in org.jclouds.openstack.swift with parameters of type ApiMetadata
 SwiftKeystoneApiMetadata.Builder SwiftKeystoneApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 SwiftApiMetadata.Builder SwiftApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.openstack.swift.v1
 

Methods in org.jclouds.openstack.swift.v1 with parameters of type ApiMetadata
 SwiftApiMetadata.Builder SwiftApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.opsource.servers
 

Classes in org.jclouds.opsource.servers that implement ApiMetadata
 class OpSourceServersApiMetadata
          Implementation of ApiMetadata for API
 

Methods in org.jclouds.opsource.servers with parameters of type ApiMetadata
 OpSourceServersApiMetadata.Builder OpSourceServersApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.osgi
 

Methods in org.jclouds.osgi that return ApiMetadata
 ApiMetadata MetadataBundleListener.getApiMetadata(org.osgi.framework.Bundle bundle)
          Creates an instance of ApiMetadata from the Bundle.
 

Uses of ApiMetadata in org.jclouds.providers
 

Methods in org.jclouds.providers that return ApiMetadata
 ApiMetadata Providers.ApiMetadataFunction.apply(ProviderMetadata input)
           
 ApiMetadata ProviderMetadata.getApiMetadata()
           
 

Methods in org.jclouds.providers that return types with arguments of type ApiMetadata
static com.google.common.base.Function<ProviderMetadata,ApiMetadata> Providers.apiMetadataFunction()
           
 

Methods in org.jclouds.providers with parameters of type ApiMetadata
 ProviderMetadata.Builder ProviderMetadata.Builder.apiMetadata(ApiMetadata api)
           
static ProviderMetadata AnonymousProviderMetadata.forApiWithEndpoint(ApiMetadata md, String endpoint)
           
 

Method parameters in org.jclouds.providers with type arguments of type ApiMetadata
static Iterable<ProviderMetadata> Providers.apiMetadataAssignableFrom(com.google.common.reflect.TypeToken<? extends ApiMetadata> api)
          Returns the providers that are of the provided api.
static com.google.common.base.Predicate<ProviderMetadata> ProviderPredicates.apiMetadataAssignableFrom(com.google.common.reflect.TypeToken<? extends ApiMetadata> apiClass)
          Returns all providers with an apimetadata assignable from the given api.
 

Constructors in org.jclouds.providers with parameters of type ApiMetadata
AnonymousProviderMetadata.Builder(ApiMetadata apiMetadata, String endpoint)
           
AnonymousProviderMetadata(ApiMetadata apiMetadata, String endpoint)
           
 

Uses of ApiMetadata in org.jclouds.providers.internal
 

Fields in org.jclouds.providers.internal declared as ApiMetadata
protected  ApiMetadata BaseProviderMetadata.api
           
protected  ApiMetadata BaseProviderMetadata.Builder.api
           
 

Methods in org.jclouds.providers.internal that return ApiMetadata
 ApiMetadata BaseProviderMetadata.getApiMetadata()
          
 

Methods in org.jclouds.providers.internal with parameters of type ApiMetadata
 BaseProviderMetadata.Builder BaseProviderMetadata.Builder.apiMetadata(ApiMetadata api)
          
 

Constructors in org.jclouds.providers.internal with parameters of type ApiMetadata
BaseProviderMetadata(String id, String name, ApiMetadata api, String endpoint, Properties defaultProperties, com.google.common.base.Optional<URI> homepage, com.google.common.base.Optional<URI> console, Set<String> linkedServices, Set<String> iso3166Codes)
           
UpdateProviderMetadataFromProperties(ApiMetadata apiMetadata)
           
UpdateProviderMetadataFromProperties(ApiMetadata apiMetadata, com.google.common.base.Optional<ProviderMetadata> providerMetadata)
           
 

Uses of ApiMetadata in org.jclouds.rackspace.cloudidentity.v2_0
 

Classes in org.jclouds.rackspace.cloudidentity.v2_0 that implement ApiMetadata
 class CloudIdentityApiMetadata
          Implementation of ApiMetadata for the Rackspace Cloud Identity Service
 

Methods in org.jclouds.rackspace.cloudidentity.v2_0 with parameters of type ApiMetadata
 CloudIdentityApiMetadata.Builder CloudIdentityApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.rds
 

Classes in org.jclouds.rds that implement ApiMetadata
 class RDSApiMetadata
          Implementation of ApiMetadata for Amazon's Relational Database Service api.
 

Methods in org.jclouds.rds with parameters of type ApiMetadata
 RDSApiMetadata.Builder RDSApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.rest
 

Subinterfaces of ApiMetadata in org.jclouds.rest
 interface RestApiMetadata
           
 

Classes in org.jclouds.rest that implement ApiMetadata
 class AnonymousRestApiMetadata
          Useful in creating arbitrary clients.
 

Methods in org.jclouds.rest with parameters of type ApiMetadata
 AnonymousRestApiMetadata.Builder AnonymousRestApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.rest.internal
 

Classes in org.jclouds.rest.internal that implement ApiMetadata
 class BaseRestApiMetadata
          Useful in creating rest apis.
 

Methods in org.jclouds.rest.internal that return ApiMetadata
 ApiMetadata BaseRestApiMetadata.Builder.build()
           
 

Methods in org.jclouds.rest.internal with parameters of type ApiMetadata
 BaseRestApiMetadata.Builder BaseRestApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.rimuhosting.miro
 

Classes in org.jclouds.rimuhosting.miro that implement ApiMetadata
 class RimuHostingApiMetadata
          Implementation of ApiMetadata for RimuHosting API
 

Methods in org.jclouds.rimuhosting.miro with parameters of type ApiMetadata
 RimuHostingApiMetadata.Builder RimuHostingApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.s3
 

Classes in org.jclouds.s3 that implement ApiMetadata
 class S3ApiMetadata
          Implementation of ApiMetadata for Amazon's S3 api.
 

Methods in org.jclouds.s3 that return ApiMetadata
 ApiMetadata S3ApiMetadata.Builder.build()
           
 

Methods in org.jclouds.s3 with parameters of type ApiMetadata
 S3ApiMetadata.Builder S3ApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.savvis.vpdc
 

Classes in org.jclouds.savvis.vpdc that implement ApiMetadata
 class VPDCApiMetadata
          Implementation of org.jclouds.types.ApiMetadata for Savvis Symphony VPDC services.
 

Methods in org.jclouds.savvis.vpdc with parameters of type ApiMetadata
 VPDCApiMetadata.Builder VPDCApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.servermanager
 

Classes in org.jclouds.servermanager that implement ApiMetadata
 class ServerManagerApiMetadata
          Implementation of ApiMetadata for an example of library integration (ServerManager)
 

Uses of ApiMetadata in org.jclouds.slicehost
 

Classes in org.jclouds.slicehost that implement ApiMetadata
 class SlicehostApiMetadata
          Implementation of ApiMetadata for Slicehost 1.0 API
 

Methods in org.jclouds.slicehost with parameters of type ApiMetadata
 SlicehostApiMetadata.Builder SlicehostApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.smartos
 

Classes in org.jclouds.smartos that implement ApiMetadata
 class SmartOSApiMetadata
          Implementation of ApiMetadata for SmartOS
 

Uses of ApiMetadata in org.jclouds.snia.cdmi.v1
 

Classes in org.jclouds.snia.cdmi.v1 that implement ApiMetadata
 class CDMIApiMetadata
          Implementation of ApiMetadata for CDMI 1.0.1 API
 

Methods in org.jclouds.snia.cdmi.v1 with parameters of type ApiMetadata
 CDMIApiMetadata.Builder CDMIApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.softlayer
 

Classes in org.jclouds.softlayer that implement ApiMetadata
 class SoftLayerApiMetadata
          Implementation of ApiMetadata for API
 

Methods in org.jclouds.softlayer with parameters of type ApiMetadata
 SoftLayerApiMetadata.Builder SoftLayerApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.trmk.ecloud
 

Classes in org.jclouds.trmk.ecloud that implement ApiMetadata
 class TerremarkECloudApiMetadata
          Implementation of ApiMetadata for Terremark eCloud v2.8 API
 

Methods in org.jclouds.trmk.ecloud with parameters of type ApiMetadata
 TerremarkECloudApiMetadata.Builder TerremarkECloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.trmk.vcloud_0_8.internal
 

Classes in org.jclouds.trmk.vcloud_0_8.internal that implement ApiMetadata
 class TerremarkVCloudApiMetadata
          Implementation of ApiMetadata for Terremark's VCloud api.
 

Methods in org.jclouds.trmk.vcloud_0_8.internal with parameters of type ApiMetadata
 TerremarkVCloudApiMetadata.Builder TerremarkVCloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.trmk.vcloudexpress
 

Classes in org.jclouds.trmk.vcloudexpress that implement ApiMetadata
 class TerremarkVCloudExpressApiMetadata
          Implementation of ApiMetadata for the Terremark vCloud Express API
 

Methods in org.jclouds.trmk.vcloudexpress with parameters of type ApiMetadata
 TerremarkVCloudExpressApiMetadata.Builder TerremarkVCloudExpressApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.vcloud
 

Classes in org.jclouds.vcloud that implement ApiMetadata
 class VCloudApiMetadata
          Implementation of ApiMetadata for VCloud 1.0 API
 

Methods in org.jclouds.vcloud with parameters of type ApiMetadata
 VCloudApiMetadata.Builder VCloudApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.vcloud.director.v1_5
 

Classes in org.jclouds.vcloud.director.v1_5 that implement ApiMetadata
 class VCloudDirectorApiMetadata
          Implementation of ApiMetadata for VCloudDirector 1.5 API
 

Methods in org.jclouds.vcloud.director.v1_5 with parameters of type ApiMetadata
 VCloudDirectorApiMetadata.Builder VCloudDirectorApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.virtualbox
 

Classes in org.jclouds.virtualbox that implement ApiMetadata
 class VirtualBoxApiMetadata
          Implementation of ApiMetadata for VirtualBox API
 

Methods in org.jclouds.virtualbox with parameters of type ApiMetadata
 VirtualBoxApiMetadata.Builder VirtualBoxApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 

Uses of ApiMetadata in org.jclouds.walrus
 

Classes in org.jclouds.walrus that implement ApiMetadata
 class WalrusApiMetadata
          Implementation of ApiMetadata for the Walrus S3 API
 

Methods in org.jclouds.walrus with parameters of type ApiMetadata
 WalrusApiMetadata.Builder WalrusApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.