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

Packages that use Endpoint
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.cloudservers   
org.jclouds.deltacloud   
org.jclouds.hpcloud.objectstorage This package contains an HP Cloud Object Storage client implemented by HttpCommandExecutorService commands. 
org.jclouds.hpcloud.objectstorage.extensions   
org.jclouds.openstack.keystone.v2_0.features   
org.jclouds.openstack.nova   
org.jclouds.openstack.swift   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.trmk.vcloud_0_8.internal   
org.jclouds.vcloud.features   
org.jclouds.vcloud.internal   
org.jclouds.walrus   
 

Uses of Endpoint in org.jclouds.cloudfiles
 

Classes in org.jclouds.cloudfiles with annotations of type Endpoint
 interface CloudFilesAsyncClient
          Provides asynchronous access to Cloud Files via their REST API.
 

Methods in org.jclouds.cloudfiles with annotations of type Endpoint
 com.google.common.util.concurrent.ListenableFuture<Boolean> CloudFilesAsyncClient.disableCDN(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> CloudFilesAsyncClient.enableCDN(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> CloudFilesAsyncClient.enableCDN(String container, long ttl)
           
 com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> CloudFilesAsyncClient.getCDNMetadata(String container)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<URI> CloudFilesAsyncClient.updateCDN(String container, long ttl)
           
 

Uses of Endpoint in org.jclouds.cloudservers
 

Classes in org.jclouds.cloudservers with annotations of type Endpoint
 interface CloudServersAsyncClient
          Provides asynchronous access to Cloud Servers via their REST API.
 

Uses of Endpoint in org.jclouds.deltacloud
 

Methods in org.jclouds.deltacloud with annotations of type Endpoint
 com.google.common.util.concurrent.ListenableFuture<Instance> DeltacloudAsyncClient.createInstance(String imageId, CreateInstanceOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> DeltacloudAsyncClient.getInstanceStates()
           
 com.google.common.util.concurrent.ListenableFuture<Set<HardwareProfile>> DeltacloudAsyncClient.listHardwareProfiles()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> DeltacloudAsyncClient.listImages()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Instance>> DeltacloudAsyncClient.listInstances()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Realm>> DeltacloudAsyncClient.listRealms()
           
 

Uses of Endpoint in org.jclouds.hpcloud.objectstorage
 

Classes in org.jclouds.hpcloud.objectstorage with annotations of type Endpoint
 interface HPCloudObjectStorageAsyncClient
          Provides asynchronous access to HP Cloud Object Storage via the REST API.
 

Uses of Endpoint in org.jclouds.hpcloud.objectstorage.extensions
 

Classes in org.jclouds.hpcloud.objectstorage.extensions with annotations of type Endpoint
 interface HPCloudCDNAsyncClient
          Provides asynchronous access to HP Cloud Object Storage via the REST API.
 

Uses of Endpoint in org.jclouds.openstack.keystone.v2_0.features
 

Classes in org.jclouds.openstack.keystone.v2_0.features with annotations of type Endpoint
 interface TenantAsyncApi
          Provides asynchronous access to Tenant via their REST API.
 interface TokenAsyncApi
          Provides asynchronous access to Token via their REST API.
 interface UserAsyncApi
          Provides asynchronous access to User via their REST API.
 

Uses of Endpoint in org.jclouds.openstack.nova
 

Classes in org.jclouds.openstack.nova with annotations of type Endpoint
 interface NovaAsyncClient
          Provides asynchronous access to OpenStack Nova via their REST API.
 

Uses of Endpoint in org.jclouds.openstack.swift
 

Classes in org.jclouds.openstack.swift with annotations of type Endpoint
 interface CommonSwiftAsyncClient
          Common features between OpenStack Swift and CloudFiles
 interface SwiftAsyncClient
          Functionality that's in Swift, and not in CloudFiles.
 interface SwiftKeystoneAsyncClient
          Functionality that's in Swift, and not in CloudFiles.
 

Uses of Endpoint in org.jclouds.s3
 

Methods in org.jclouds.s3 with annotations of type Endpoint
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.bucketExists(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.deleteBucketIfEmpty(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.getBucketLocation(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putBucketInRegion(String region, String bucketName, PutBucketOptions... options)
           
 

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

Classes in org.jclouds.trmk.vcloud_0_8.internal with annotations of type Endpoint
 interface TerremarkVCloudLoginAsyncClient
          Establishes a context with a VCloud endpoint.
 

Uses of Endpoint in org.jclouds.vcloud.features
 

Methods in org.jclouds.vcloud.features with annotations of type Endpoint
 com.google.common.util.concurrent.ListenableFuture<Map<String,ReferenceType>> OrgAsyncClient.listOrgs()
           
 

Uses of Endpoint in org.jclouds.vcloud.internal
 

Classes in org.jclouds.vcloud.internal with annotations of type Endpoint
 interface VCloudLoginAsyncClient
          Establishes a context with a VCloud endpoint.
 

Uses of Endpoint in org.jclouds.walrus
 

Methods in org.jclouds.walrus with annotations of type Endpoint
 com.google.common.util.concurrent.ListenableFuture<Boolean> WalrusAsyncClient.bucketExists(String bucketName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.