Uses of Class
org.jclouds.s3.domain.BucketLogging

Packages that use BucketLogging
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.s3.binders   
org.jclouds.s3.xml This package contains xml logic that parses S3 responses. 
 

Uses of BucketLogging in org.jclouds.s3
 

Methods in org.jclouds.s3 that return BucketLogging
 BucketLogging S3Client.getBucketLogging(String bucketName)
          Inspects the logging status for a bucket.
 

Methods in org.jclouds.s3 that return types with arguments of type BucketLogging
 com.google.common.util.concurrent.ListenableFuture<BucketLogging> S3AsyncClient.getBucketLogging(String bucketName)
           
 

Methods in org.jclouds.s3 with parameters of type BucketLogging
 com.google.common.util.concurrent.ListenableFuture<Void> S3AsyncClient.enableBucketLogging(String bucketName, BucketLogging logging)
           
 void S3Client.enableBucketLogging(String bucketName, BucketLogging logging)
          Enables logging for a bucket.
 

Uses of BucketLogging in org.jclouds.s3.binders
 

Methods in org.jclouds.s3.binders with parameters of type BucketLogging
protected  com.jamesmurty.utils.XMLBuilder BindBucketLoggingToXmlPayload.generateBuilder(BucketLogging bucketLogging)
           
 

Uses of BucketLogging in org.jclouds.s3.xml
 

Methods in org.jclouds.s3.xml that return BucketLogging
 BucketLogging BucketLoggingHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.