Uses of Class
org.jclouds.s3.domain.BucketLogging
- 
Packages that use BucketLogging Package Description org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorServicecommands.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 Modifier and Type Method Description BucketLoggingS3Client. getBucketLogging(String bucketName)Inspects the logging status for a bucket.Methods in org.jclouds.s3 with parameters of type BucketLogging Modifier and Type Method Description voidS3Client. enableBucketLogging(String bucketName, BucketLogging logging)Enables logging for a bucket. - 
Uses of BucketLogging in org.jclouds.s3.xml
Methods in org.jclouds.s3.xml that return BucketLogging Modifier and Type Method Description BucketLoggingBucketLoggingHandler. getResult() 
 -