Uses of Class
org.jclouds.s3.Bucket

Packages that use Bucket
org.jclouds.aws.s3   
org.jclouds.aws.s3.binders   
org.jclouds.aws.s3.config   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.s3.config This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. 
org.jclouds.s3.functions This package contains response handlers for S3 commands. 
org.jclouds.s3.xml This package contains xml logic that parses S3 responses. 
org.jclouds.walrus   
 

Uses of Bucket in org.jclouds.aws.s3
 

Method parameters in org.jclouds.aws.s3 with annotations of type Bucket
 com.google.common.util.concurrent.ListenableFuture<Void> AWSS3AsyncClient.abortMultipartUpload(String bucketName, String key, String uploadId)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.completeMultipartUpload(String bucketName, String key, String uploadId, Map<Integer,String> parts)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.getBucketLocation(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.initiateMultipartUpload(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AWSS3AsyncClient.putBucketInRegion(String region, String bucketName, PutBucketOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.uploadPart(String bucketName, String key, int partNumber, String uploadId, Payload part)
           
 

Uses of Bucket in org.jclouds.aws.s3.binders
 

Constructor parameters in org.jclouds.aws.s3.binders with annotations of type Bucket
AssignCorrectHostnameAndBindAsHostPrefixIfConfigured(BindAsHostPrefix bindAsHostPrefix, RegionToEndpointOrProviderIfNull r2, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilderProvider, Map<String,String> bucketToRegion)
           
 

Uses of Bucket in org.jclouds.aws.s3.config
 

Methods in org.jclouds.aws.s3.config with annotations of type Bucket
protected  com.google.common.base.Supplier<URI> AWSS3RestClientModule.provideBucketURI(String endpoint)
           
 

Uses of Bucket in org.jclouds.s3
 

Method parameters in org.jclouds.s3 with annotations of type Bucket
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.bucketExists(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> S3AsyncClient.copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.deleteBucketIfEmpty(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.deleteObject(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.disableBucketLogging(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.enableBucketLogging(String bucketName, BucketLogging logging)
           
 com.google.common.util.concurrent.ListenableFuture<AccessControlList> S3AsyncClient.getBucketACL(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.getBucketLocation(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<BucketLogging> S3AsyncClient.getBucketLogging(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<Payer> S3AsyncClient.getBucketPayer(String bucketName)
           
 com.google.common.util.concurrent.ListenableFuture<S3Object> S3AsyncClient.getObject(String bucketName, String key, GetOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AccessControlList> S3AsyncClient.getObjectACL(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> S3AsyncClient.headObject(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<ListBucketResponse> S3AsyncClient.listBucket(String bucketName, ListBucketOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.objectExists(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putBucketACL(String bucketName, AccessControlList acl)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putBucketInRegion(String region, String bucketName, PutBucketOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.putObject(String bucketName, S3Object object, PutObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> S3AsyncClient.putObjectACL(String bucketName, String key, AccessControlList acl)
           
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.setBucketPayer(String bucketName, Payer payer)
           
 

Uses of Bucket in org.jclouds.s3.config
 

Methods in org.jclouds.s3.config with annotations of type Bucket
protected  Map<String,String> S3RestClientModule.bucketToRegion()
           
protected  com.google.common.base.Supplier<String> S3RestClientModule.defaultRegionForBucket(com.google.common.base.Supplier<String> defaultRegion)
           
 

Uses of Bucket in org.jclouds.s3.functions
 

Constructor parameters in org.jclouds.s3.functions with annotations of type Bucket
BindRegionToXmlPayload(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
 

Uses of Bucket in org.jclouds.s3.xml
 

Constructor parameters in org.jclouds.s3.xml with annotations of type Bucket
LocationConstraintHandler(Map<String,String> bucketToRegion)
           
 

Uses of Bucket in org.jclouds.walrus
 

Method parameters in org.jclouds.walrus with annotations of type Bucket
 com.google.common.util.concurrent.ListenableFuture<Boolean> WalrusAsyncClient.bucketExists(String bucketName)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.