Uses of Class
org.jclouds.s3.domain.BucketLogging
Packages that use BucketLogging
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.This package contains xml logic that parses S3 responses.
-
Uses of BucketLogging in org.jclouds.s3
Methods in org.jclouds.s3 that return BucketLoggingModifier and TypeMethodDescriptionS3Client.getBucketLogging
(String bucketName) Inspects the logging status for a bucket.Methods in org.jclouds.s3 with parameters of type BucketLoggingModifier and TypeMethodDescriptionvoid
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