public interface WalrusAsyncClient extends S3AsyncClient
VERSION
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
bucketExists(String bucketName) |
copyObject, deleteBucketIfEmpty, deleteObject, disableBucketLogging, enableBucketLogging, getBucketACL, getBucketLocation, getBucketLogging, getBucketPayer, getObject, getObjectACL, headObject, listBucket, listOwnedBuckets, newS3Object, objectExists, putBucketACL, putBucketInRegion, putObject, putObjectACL, setBucketPayer
com.google.common.util.concurrent.ListenableFuture<Boolean> bucketExists(String bucketName)
bucketExists
in interface S3AsyncClient
S3Client.bucketExists(java.lang.String)
Copyright © 2009-2012 jclouds. All Rights Reserved.