Uses of Class
org.jclouds.rest.annotations.Headers
- 
Packages that use Headers Package Description org.jclouds.atmos org.jclouds.azureblob org.jclouds.chef org.jclouds.chef.features org.jclouds.docker.features org.jclouds.dynect.v3 org.jclouds.dynect.v3.features org.jclouds.openstack.keystone.v3.features org.jclouds.openstack.swift.v1.features org.jclouds.rackspace.cloudfiles.v1.features org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorServicecommands. - 
- 
Uses of Headers in org.jclouds.atmos
Methods in org.jclouds.atmos with annotations of type Headers Modifier and Type Method Description URIAtmosClient. createFile(String parent, AtmosObject object, PutOptions... options)BoundedSet<? extends DirectoryEntry>AtmosClient. listDirectory(String directoryName, ListOptions... options)voidAtmosClient. updateFile(String parent, AtmosObject object, PutOptions... options) - 
Uses of Headers in org.jclouds.azureblob
Classes in org.jclouds.azureblob with annotations of type Headers Modifier and Type Interface Description interfaceAzureBlobClientProvides access to Azure Blob via their REST API.Methods in org.jclouds.azureblob with annotations of type Headers Modifier and Type Method Description StringAzureBlobClient. copyBlob(URI copySource, String toContainer, String toName, CopyBlobOptions options)StringAzureBlobClient. putBlob(String container, AzureBlob object)The Put Blob operation creates a new blob or updates the content of an existing blob. - 
Uses of Headers in org.jclouds.chef
Classes in org.jclouds.chef with annotations of type Headers Modifier and Type Interface Description interfaceChefApiProvides synchronous access to Chef. - 
Uses of Headers in org.jclouds.chef.features
Classes in org.jclouds.chef.features with annotations of type Headers Modifier and Type Interface Description interfaceOrganizationApiProvides synchronous access to the Enterprise Chef Api. - 
Uses of Headers in org.jclouds.docker.features
Methods in org.jclouds.docker.features with annotations of type Headers Modifier and Type Method Description InputStreamMiscApi. build(Payload inputStream)Build an image from Dockerfile via stdinInputStreamMiscApi. build(Payload inputStream, BuildOptions options)Build an image from Dockerfile via stdinvoidNetworkApi. connectContainerToNetwork(String networkIdOrName, String containerIdOrName)voidNetworkApi. disconnectContainerFromNetwork(String networkIdOrName, String containerIdOrName) - 
Uses of Headers in org.jclouds.dynect.v3
Methods in org.jclouds.dynect.v3 with annotations of type Headers Modifier and Type Method Description JobDynECTApi. getJob(long jobId)returns the current status of a job. - 
Uses of Headers in org.jclouds.dynect.v3.features
Classes in org.jclouds.dynect.v3.features with annotations of type Headers Modifier and Type Interface Description interfaceGeoRegionGroupApiinterfaceGeoServiceApiinterfaceRecordApiinterfaceSessionApiinterfaceZoneApi - 
Uses of Headers in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type Headers Modifier and Type Method Description TokenAuthApi. get(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).UserAuthApi. getUserOfToken(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).booleanAuthApi. isValid(String token)Validate a token. - 
Uses of Headers in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with annotations of type Headers Modifier and Type Method Description voidObjectApi. copy(String destinationObject, String sourceContainer, String sourceObject)Deprecated.call copy(String, String, String, CopyOptions) insteadvoidObjectApi. copy(String destinationObject, String sourceContainer, String sourceObject, Map<String,String> userMetadata, Map<String,String> objectMetadata)Deprecated.call copy(String, String, String, Map, Map, CopyOptions) insteadvoidObjectApi. copy(String destinationObject, String sourceContainer, String sourceObject, Map<String,String> userMetadata, Map<String,String> objectMetadata, CopyOptions options)Copies an object from one container to another, replacing metadata.voidObjectApi. copy(String destinationObject, String sourceContainer, String sourceObject, CopyOptions options)Copies an object from one container to another.voidObjectApi. copyAppendMetadata(String destinationObject, String sourceContainer, String sourceObject, Map<String,String> userMetadata, Map<String,String> objectMetadata)Deprecated.call copyAppendMetadata(String, String, String, Map, Map, CopyOptions) insteadvoidObjectApi. copyAppendMetadata(String destinationObject, String sourceContainer, String sourceObject, Map<String,String> userMetadata, Map<String,String> objectMetadata, CopyOptions options)Copies an object from one container to another, appending metadata.StringObjectApi. put(String objectName, Payload payload)Creates or updates aSwiftObject.StringObjectApi. put(String objectName, Payload payload, PutOptions options)Creates or updates aSwiftObject.StringDynamicLargeObjectApi. putManifest(String objectName, Map<String,String> metadata)Deprecated.StringDynamicLargeObjectApi. putManifest(String objectName, Map<String,String> metadata, Map<String,String> headers)Deprecated. - 
Uses of Headers in org.jclouds.rackspace.cloudfiles.v1.features
Methods in org.jclouds.rackspace.cloudfiles.v1.features with annotations of type Headers Modifier and Type Method Description booleanCDNApi. disable(String containerName)Disables theCDNContainer.URICDNApi. enable(String containerName)Enables theCDNContainer.URICDNApi. enable(String containerName, int ttl)Enables theCDNContainerwith a TTL.booleanCDNApi. purgeObject(String containerName, String objectName, Iterable<String> emails)Purges an object from the CDN. - 
Uses of Headers in org.jclouds.s3
Methods in org.jclouds.s3 with annotations of type Headers Modifier and Type Method Description ObjectMetadataS3Client. copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)Copies one object to another bucket, retaining UserMetadata from the source.StringS3Client. putObject(String bucketName, S3Object object, PutObjectOptions... options)Store data by creating or overwriting an object.StringS3Client. uploadPartCopy(String bucketName, String key, int partNumber, String uploadId, String sourceBucket, String sourceObject, long startOffset, long endOffset) 
 -