Package | Description |
---|---|
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3.blobstore.functions | |
org.jclouds.s3.domain |
This package contains the core components of S3.
|
org.jclouds.s3.domain.internal | |
org.jclouds.s3.functions |
This package contains response handlers for S3 commands.
|
Modifier and Type | Method and Description |
---|---|
S3Object |
S3Client.getObject(String bucketName,
String key,
GetOptions... options)
Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;
To use GET, you must have READ access to the object.
|
S3Object |
S3Client.newS3Object()
Creates a default implementation of S3Object
|
S3Object |
S3AsyncClient.newS3Object()
Creates a default implementation of S3Object
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
String |
S3Client.putObject(String bucketName,
S3Object object,
PutObjectOptions... options)
Store data by creating or overwriting an object.
|
com.google.common.util.concurrent.ListenableFuture<String> |
S3AsyncClient.putObject(String bucketName,
S3Object object,
PutObjectOptions... options) |
Modifier and Type | Method and Description |
---|---|
S3Object |
BlobToObject.apply(Blob from) |
Modifier and Type | Method and Description |
---|---|
Blob |
ObjectToBlob.apply(S3Object from) |
Modifier and Type | Method and Description |
---|---|
S3Object |
S3Object.Factory.create(MutableObjectMetadata metadata) |
Modifier and Type | Class and Description |
---|---|
class |
S3ObjectImpl
Default Implementation of
S3Object . |
Modifier and Type | Method and Description |
---|---|
int |
S3ObjectImpl.compareTo(S3Object o) |
Modifier and Type | Method and Description |
---|---|
S3Object |
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from) |
Copyright © 2009-2012 jclouds. All Rights Reserved.