Uses of Annotation Interface
org.jclouds.rest.annotations.Headers
Packages that use Headers
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.-
Uses of Headers in org.jclouds.atmos
Methods in org.jclouds.atmos with annotations of type HeadersModifier and TypeMethodDescriptionAtmosClient.createFile
(String parent, AtmosObject object, PutOptions... options) BoundedSet
<? extends DirectoryEntry> AtmosClient.listDirectory
(String directoryName, ListOptions... options) void
AtmosClient.updateFile
(String parent, AtmosObject object, PutOptions... options) -
Uses of Headers in org.jclouds.azureblob
Classes in org.jclouds.azureblob with annotations of type HeadersModifier and TypeInterfaceDescriptioninterface
Provides access to Azure Blob via their REST API.Methods in org.jclouds.azureblob with annotations of type Headers -
Uses of Headers in org.jclouds.chef
Classes in org.jclouds.chef with annotations of type Headers -
Uses of Headers in org.jclouds.chef.features
Classes in org.jclouds.chef.features with annotations of type HeadersModifier and TypeInterfaceDescriptioninterface
Provides 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 HeadersModifier and TypeMethodDescriptionBuild an image from Dockerfile via stdinMiscApi.build
(Payload inputStream, BuildOptions options) Build an image from Dockerfile via stdinvoid
NetworkApi.connectContainerToNetwork
(String networkIdOrName, String containerIdOrName) void
NetworkApi.disconnectContainerFromNetwork
(String networkIdOrName, String containerIdOrName) -
Uses of Headers in org.jclouds.dynect.v3
Methods in org.jclouds.dynect.v3 with annotations of type Headers -
Uses of Headers in org.jclouds.dynect.v3.features
Classes in org.jclouds.dynect.v3.features with annotations of type HeadersModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
-
Uses of Headers in org.jclouds.glacier
Classes in org.jclouds.glacier with annotations of type HeadersModifier and TypeInterfaceDescriptioninterface
Provides access to Amazon Glacier resources via their REST API. -
Uses of Headers in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type HeadersModifier and TypeMethodDescriptionValidate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).AuthApi.getUserOfToken
(String token) Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).boolean
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 HeadersModifier and TypeMethodDescriptionvoid
Deprecated.call copy(String, String, String, CopyOptions) insteadvoid
ObjectApi.copy
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata) Deprecated.call copy(String, String, String, Map, Map, CopyOptions) insteadvoid
ObjectApi.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.void
ObjectApi.copy
(String destinationObject, String sourceContainer, String sourceObject, CopyOptions options) Copies an object from one container to another.void
ObjectApi.copyAppendMetadata
(String destinationObject, String sourceContainer, String sourceObject, Map<String, String> userMetadata, Map<String, String> objectMetadata) Deprecated.call copyAppendMetadata(String, String, String, Map, Map, CopyOptions) insteadvoid
ObjectApi.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.Creates or updates aSwiftObject
.ObjectApi.put
(String objectName, Payload payload, PutOptions options) Creates or updates aSwiftObject
.DynamicLargeObjectApi.putManifest
(String objectName, Map<String, String> metadata) Deprecated.DynamicLargeObjectApi.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 HeadersModifier and TypeMethodDescriptionboolean
Disables theCDNContainer
.Enables theCDNContainer
.Enables theCDNContainer
with a TTL.boolean
CDNApi.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 HeadersModifier and TypeMethodDescriptionS3Client.copyObject
(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options) Copies one object to another bucket, retaining UserMetadata from the source.S3Client.putObject
(String bucketName, S3Object object, PutObjectOptions... options) Store data by creating or overwriting an object.S3Client.uploadPartCopy
(String bucketName, String key, int partNumber, String uploadId, String sourceBucket, String sourceObject, long startOffset, long endOffset)