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.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 |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChefApi
Provides synchronous access to Chef.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrganizationApi
Provides synchronous access to the Enterprise Chef Api.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
MiscApi.build(Payload inputStream)
Build an image from Dockerfile via stdin
|
InputStream |
MiscApi.build(Payload inputStream,
BuildOptions options)
Build an image from Dockerfile via stdin
|
void |
NetworkApi.connectContainerToNetwork(String networkIdOrName,
String containerIdOrName) |
void |
NetworkApi.disconnectContainerFromNetwork(String networkIdOrName,
String containerIdOrName) |
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 | Method and Description |
---|---|
void |
ObjectApi.copy(String destinationObject,
String sourceContainer,
String sourceObject)
Deprecated.
call copy(String, String, String, CopyOptions) instead
|
void |
ObjectApi.copy(String destinationObject,
String sourceContainer,
String sourceObject,
CopyOptions options)
Copies an object from one container to another.
|
void |
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) instead
|
void |
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.copyAppendMetadata(String destinationObject,
String sourceContainer,
String sourceObject,
Map<String,String> userMetadata,
Map<String,String> objectMetadata)
Deprecated.
call copyAppendMetadata(String, String, String, Map, Map, CopyOptions) instead
|
void |
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 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.
|
String |
S3Client.uploadPartCopy(String bucketName,
String key,
int partNumber,
String uploadId,
String sourceBucket,
String sourceObject,
long startOffset,
long endOffset) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.