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

Packages that use Headers
org.jclouds.azureblob   
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.hpcloud.objectstorage.lvs This package contains an HP Cloud Object StorageLasVegas client implemented by HttpCommandExecutorService commands. 
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
 

Uses of Headers in org.jclouds.azureblob
 

Classes in org.jclouds.azureblob with annotations of type Headers
 interface AzureBlobAsyncClient
          Provides asynchronous access to Azure Blob via their REST API.
 interface AzureBlobUtil
          Helper functions needed to to derive BlobStore values

 

Methods in org.jclouds.azureblob with annotations of type Headers
 byte[] AzureBlobUtil.getMD5(URI container, String key)
           
 

Uses of Headers in org.jclouds.cloudfiles
 

Methods in org.jclouds.cloudfiles with annotations of type Headers
 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)
           
 

Uses of Headers in org.jclouds.hpcloud.objectstorage.lvs
 

Methods in org.jclouds.hpcloud.objectstorage.lvs with annotations of type Headers
 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)
           
 

Uses of Headers in org.jclouds.s3
 

Methods in org.jclouds.s3 with annotations of type Headers
 com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> S3AsyncClient.copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.