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 byHttpCommandExecutorService
commands.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 BucketLogging
S3Client. 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 void
S3Client. 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 BucketLogging
BucketLoggingHandler. getResult()
-