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 byHttpCommandExecutorService
commands. -
-
Uses of Headers in org.jclouds.atmos
Methods in org.jclouds.atmos with annotations of type Headers Modifier and Type Method Description URI
AtmosClient. 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 Headers Modifier and Type Interface Description interface
AzureBlobClient
Provides access to Azure Blob via their REST API.Methods in org.jclouds.azureblob with annotations of type Headers Modifier and Type Method Description String
AzureBlobClient. copyBlob(URI copySource, String toContainer, String toName, CopyBlobOptions options)
String
AzureBlobClient. 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 interface
ChefApi
Provides 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 interface
OrganizationApi
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 Headers Modifier and Type Method Description InputStream
MiscApi. build(Payload inputStream)
Build an image from Dockerfile via stdinInputStream
MiscApi. 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 Modifier and Type Method Description Job
DynECTApi. 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 interface
GeoRegionGroupApi
interface
GeoServiceApi
interface
RecordApi
interface
SessionApi
interface
ZoneApi
-
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 Token
AuthApi. get(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).User
AuthApi. getUserOfToken(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).boolean
AuthApi. 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 void
ObjectApi. copy(String destinationObject, String sourceContainer, String sourceObject)
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.String
ObjectApi. put(String objectName, Payload payload)
Creates or updates aSwiftObject
.String
ObjectApi. put(String objectName, Payload payload, PutOptions options)
Creates or updates aSwiftObject
.String
DynamicLargeObjectApi. putManifest(String objectName, Map<String,String> metadata)
Deprecated.String
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 Headers Modifier and Type Method Description boolean
CDNApi. disable(String containerName)
Disables theCDNContainer
.URI
CDNApi. enable(String containerName)
Enables theCDNContainer
.URI
CDNApi. enable(String containerName, int ttl)
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 Headers Modifier and Type Method Description ObjectMetadata
S3Client. copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)
Copies one object to another bucket, retaining UserMetadata from the source.String
S3Client. putObject(String bucketName, S3Object object, PutObjectOptions... options)
Store data by creating or overwriting an object.String
S3Client. uploadPartCopy(String bucketName, String key, int partNumber, String uploadId, String sourceBucket, String sourceObject, long startOffset, long endOffset)
-