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

Packages that use Endpoint
org.jclouds.aws.s3   
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.lvs This package contains an HP Cloud Object StorageLasVegas client implemented by HttpCommandExecutorService commands. 
org.jclouds.openstack.nova   
org.jclouds.openstack.swift   
org.jclouds.trmk.vcloud_0_8.internal   
org.jclouds.vcloud.features   
org.jclouds.vcloud.internal   
 

Uses of Endpoint in org.jclouds.aws.s3
 

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

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.lvs
 

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

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

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.
 

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.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.