Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.azureblob | |
org.jclouds.chef | |
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.dynect.v3 | |
org.jclouds.dynect.v3.features | |
org.jclouds.enterprisechef | |
org.jclouds.hpcloud.objectstorage.extensions | |
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.v1.features | |
org.jclouds.rackspace.cloudfiles.v1.features | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
Modifier and Type | Method and 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
AzureBlobClient
Provides access to Azure Blob via their REST API.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChefApi
Provides synchronous access to Chef.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CloudFilesClient.disableCDN(String container)
Remove the container from the CDN.
|
URI |
CloudFilesClient.enableCDN(String container) |
URI |
CloudFilesClient.enableCDN(String container,
long ttl) |
URI |
CloudFilesClient.enableCDN(String container,
long ttl,
boolean logRetention)
Before a container can be CDN-enabled, it must exist in the storage system.
|
boolean |
CloudFilesClient.purgeCDNObject(String container,
String object,
Iterable<String> emails)
You can purge a CDN-enabled object when you find it absolutely necessary to remove the object from public access
and you cannot wait for the TTL to expire.
|
boolean |
CloudFilesClient.setCDNStaticWebsiteError(String container,
String error)
You may create and set custom error pages for visitors to your website; currently, only 401 (Unauthorized) and
404 (Not Found) errors are supported.
|
boolean |
CloudFilesClient.setCDNStaticWebsiteIndex(String container,
String index)
You may use your Cloud Files account to create a static website on the World Wide Web.
|
Modifier and Type | Method and Description |
---|---|
Job |
DynECTApi.getJob(long jobId)
returns the current status of a job.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GeoRegionGroupApi |
interface |
GeoServiceApi |
interface |
RecordApi |
interface |
SessionApi |
interface |
ZoneApi |
Modifier and Type | Interface and Description |
---|---|
interface |
EnterpriseChefApi
Provides synchronous access to the Enterprise Chef Api.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CDNContainerApi.disable(String container) |
URI |
CDNContainerApi.enable(String container) |
URI |
CDNContainerApi.enable(String container,
long ttl) |
Modifier and Type | Method and Description |
---|---|
boolean |
CommonSwiftClient.copyObject(String sourceContainer,
String sourceObject,
String destinationContainer,
String destinationObject)
Deprecated.
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#copy() |
String |
CommonSwiftClient.putObject(String container,
SwiftObject object)
Deprecated.
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#replace() |
String |
CommonSwiftClient.putObjectManifest(String container,
String name)
Deprecated.
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#replaceManifest() |
String |
CommonSwiftClient.putObjectManifest(String container,
SwiftObject object)
Deprecated.
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#replaceManifest() |
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectApi.copy(String destinationObject,
String sourceContainer,
String sourceObject)
Copies an object from one container to another.
|
boolean |
ObjectApi.copy(String destinationObject,
String sourceContainer,
String sourceObject,
Map<String,String> userMetadata,
Map<String,String> objectMetadata)
Copies an object from one container to another.
|
String |
ObjectApi.put(String objectName,
Payload payload)
Creates or updates a
SwiftObject . |
String |
ObjectApi.put(String objectName,
Payload payload,
PutOptions options)
Creates or updates a
SwiftObject . |
Modifier and Type | Method and Description |
---|---|
boolean |
CDNApi.disable(String containerName)
Disables the
CDNContainer . |
URI |
CDNApi.enable(String containerName)
Enables the
CDNContainer . |
URI |
CDNApi.enable(String containerName,
int ttl)
Enables the
CDNContainer with a TTL. |
boolean |
CDNApi.purgeObject(String containerName,
String objectName,
Iterable<String> emails)
Purges an object from the CDN.
|
Modifier and Type | Method and 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.