public interface S3AsyncClient
ExecutionException
as documented in
Future.get()
.S3Client
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
bucketExists(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
copyObject(String sourceBucket,
String sourceObject,
String destinationBucket,
String destinationObject,
CopyObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteBucketIfEmpty(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteObject(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<Void> |
disableBucketLogging(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
enableBucketLogging(String bucketName,
BucketLogging logging) |
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
getBucketACL(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<String> |
getBucketLocation(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<BucketLogging> |
getBucketLogging(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<Payer> |
getBucketPayer(String bucketName) |
com.google.common.util.concurrent.ListenableFuture<S3Object> |
getObject(String bucketName,
String key,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AccessControlList> |
getObjectACL(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
headObject(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> |
listBucket(String bucketName,
ListBucketOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<BucketMetadata>> |
listOwnedBuckets() |
S3Object |
newS3Object()
Creates a default implementation of S3Object
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
objectExists(String bucketName,
String key) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
putBucketACL(String bucketName,
AccessControlList acl) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
putObject(String bucketName,
S3Object object,
PutObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
putObjectACL(String bucketName,
String key,
AccessControlList acl) |
com.google.common.util.concurrent.ListenableFuture<Void> |
setBucketPayer(String bucketName,
Payer payer) |
static final String VERSION
@Provides S3Object newS3Object()
com.google.common.util.concurrent.ListenableFuture<S3Object> getObject(String bucketName, String key, GetOptions... options)
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> headObject(String bucketName, String key)
com.google.common.util.concurrent.ListenableFuture<Boolean> objectExists(String bucketName, String key)
com.google.common.util.concurrent.ListenableFuture<Void> deleteObject(String bucketName, String key)
com.google.common.util.concurrent.ListenableFuture<String> putObject(String bucketName, S3Object object, PutObjectOptions... options)
com.google.common.util.concurrent.ListenableFuture<Boolean> putBucketInRegion(@Nullable String region, String bucketName, PutBucketOptions... options)
com.google.common.util.concurrent.ListenableFuture<Boolean> deleteBucketIfEmpty(String bucketName)
com.google.common.util.concurrent.ListenableFuture<Boolean> bucketExists(String bucketName)
com.google.common.util.concurrent.ListenableFuture<String> getBucketLocation(String bucketName)
com.google.common.util.concurrent.ListenableFuture<Payer> getBucketPayer(String bucketName)
com.google.common.util.concurrent.ListenableFuture<Void> setBucketPayer(String bucketName, Payer payer)
com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> listBucket(String bucketName, ListBucketOptions... options)
com.google.common.util.concurrent.ListenableFuture<? extends Set<BucketMetadata>> listOwnedBuckets()
S3Client.listOwnedBuckets()
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)
com.google.common.util.concurrent.ListenableFuture<AccessControlList> getBucketACL(String bucketName)
com.google.common.util.concurrent.ListenableFuture<Boolean> putBucketACL(String bucketName, AccessControlList acl)
com.google.common.util.concurrent.ListenableFuture<AccessControlList> getObjectACL(String bucketName, String key)
com.google.common.util.concurrent.ListenableFuture<Boolean> putObjectACL(String bucketName, String key, AccessControlList acl)
com.google.common.util.concurrent.ListenableFuture<BucketLogging> getBucketLogging(String bucketName)
com.google.common.util.concurrent.ListenableFuture<Void> enableBucketLogging(String bucketName, BucketLogging logging)
Copyright © 2009-2012 jclouds. All Rights Reserved.