Uses of Class
com.amazonaws.services.s3.model.BucketLoggingConfiguration
Packages that use BucketLoggingConfiguration
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketLoggingConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketLoggingConfigurationModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketLoggingConfiguration
(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) AbstractAmazonS3.getBucketLoggingConfiguration
(String bucketName) AmazonS3.getBucketLoggingConfiguration
(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) Gets the logging configuration for the specified bucket.AmazonS3.getBucketLoggingConfiguration
(String bucketName) Gets the logging configuration for the specified bucket.AmazonS3Client.getBucketLoggingConfiguration
(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) AmazonS3Client.getBucketLoggingConfiguration
(String bucketName) -
Uses of BucketLoggingConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketLoggingConfigurationModifier and TypeMethodDescriptionSetBucketLoggingConfigurationRequest.getLoggingConfiguration()
Gets the logging configuration for the specified bucket.Methods in com.amazonaws.services.s3.model with parameters of type BucketLoggingConfigurationModifier and TypeMethodDescriptionvoid
SetBucketLoggingConfigurationRequest.setLoggingConfiguration
(BucketLoggingConfiguration loggingConfiguration) Sets the logging configuration for the specified bucket.SetBucketLoggingConfigurationRequest.withLoggingConfiguration
(BucketLoggingConfiguration loggingConfiguration) Sets the logging configuration for the specified bucket and returns the updated object, enabling additional method calls to be chained together.Constructors in com.amazonaws.services.s3.model with parameters of type BucketLoggingConfigurationModifierConstructorDescriptionSetBucketLoggingConfigurationRequest
(String bucketName, BucketLoggingConfiguration loggingConfiguration) Constructs a newSetBucketLoggingConfigurationRequest
to set the bucket logging configuration of the specified bucket.