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.extensions   
org.jclouds.joyent.cloudapi.v6_5.features   
org.jclouds.openstack.swift   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.snia.cdmi.v1.features   
 

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

Methods in org.jclouds.hpcloud.objectstorage.extensions with annotations of type Headers
 com.google.common.util.concurrent.ListenableFuture<Boolean> HPCloudCDNAsyncClient.disableCDN(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> HPCloudCDNAsyncClient.enableCDN(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> HPCloudCDNAsyncClient.enableCDN(String container, long ttl)
           
 

Uses of Headers in org.jclouds.joyent.cloudapi.v6_5.features
 

Classes in org.jclouds.joyent.cloudapi.v6_5.features with annotations of type Headers
 interface DatacenterAsyncApi
          Datacenter Services
 interface DatasetAsyncApi
          Provides asynchronous access to Dataset via their REST API.
 interface KeyAsyncApi
           
 interface MachineAsyncApi
          Provides asynchronous access to Machine via their REST API.
 interface PackageAsyncApi
          Provides asynchronous access to Dataset via their REST API.
 

Uses of Headers in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift with annotations of type Headers
 com.google.common.util.concurrent.ListenableFuture<String> CommonSwiftAsyncClient.putObjectManifest(String container, String name)
           
 

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)
           
 

Uses of Headers in org.jclouds.snia.cdmi.v1.features
 

Classes in org.jclouds.snia.cdmi.v1.features with annotations of type Headers
 interface ContainerAsyncApi
          Container Object Resource Operations
 interface DomainAsyncApi
          Domain Object Resource Operations
 

Methods in org.jclouds.snia.cdmi.v1.features with annotations of type Headers
 com.google.common.util.concurrent.ListenableFuture<DataObject> DataAsyncApi.createDataObject(String containerName, String dataObjectName, CreateDataObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> DataAsyncApi.deleteDataObject(String containerName, String dataObjectName)
           
 com.google.common.util.concurrent.ListenableFuture<DataObject> DataAsyncApi.getDataObject(String containerName, String dataObjectName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.