public interface AWSS3AsyncClient extends S3AsyncClient
VERSION
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
abortMultipartUpload(String bucketName,
String key,
String uploadId) |
com.google.common.util.concurrent.ListenableFuture<String> |
completeMultipartUpload(String bucketName,
String key,
String uploadId,
Map<Integer,String> parts) |
com.google.common.util.concurrent.ListenableFuture<DeleteResult> |
deleteObjects(String bucketName,
Iterable<String> keys) |
com.google.common.util.concurrent.ListenableFuture<String> |
initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part) |
bucketExists, copyObject, deleteBucketIfEmpty, deleteObject, disableBucketLogging, enableBucketLogging, getBucketACL, getBucketLocation, getBucketLogging, getBucketPayer, getObject, getObjectACL, headObject, listBucket, listOwnedBuckets, newS3Object, objectExists, putBucketACL, putBucketInRegion, putObject, putObjectACL, setBucketPayer
@Named(value="s3:PutObject") com.google.common.util.concurrent.ListenableFuture<String> initiateMultipartUpload(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options)
@Named(value="s3:AbortMultipartUpload") com.google.common.util.concurrent.ListenableFuture<Void> abortMultipartUpload(String bucketName, String key, String uploadId)
@Named(value="s3:PutObject") com.google.common.util.concurrent.ListenableFuture<String> uploadPart(String bucketName, String key, int partNumber, String uploadId, Payload part)
@Named(value="s3:PutObject") com.google.common.util.concurrent.ListenableFuture<String> completeMultipartUpload(String bucketName, String key, String uploadId, Map<Integer,String> parts)
@Named(value="s3:DeleteObject") com.google.common.util.concurrent.ListenableFuture<DeleteResult> deleteObjects(String bucketName, Iterable<String> keys)
Copyright © 2009-2013 jclouds. All Rights Reserved.