Uses of Class
com.amazonaws.services.s3.model.BucketLoggingConfiguration
-
Packages that use BucketLoggingConfiguration Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model 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 BucketLoggingConfiguration Modifier and Type Method Description BucketLoggingConfiguration
AbstractAmazonS3. getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
BucketLoggingConfiguration
AbstractAmazonS3. getBucketLoggingConfiguration(String bucketName)
BucketLoggingConfiguration
AmazonS3. getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
Gets the logging configuration for the specified bucket.BucketLoggingConfiguration
AmazonS3. getBucketLoggingConfiguration(String bucketName)
Gets the logging configuration for the specified bucket.BucketLoggingConfiguration
AmazonS3Client. getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
BucketLoggingConfiguration
AmazonS3Client. getBucketLoggingConfiguration(String bucketName)
-
Uses of BucketLoggingConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketLoggingConfiguration Modifier and Type Method Description BucketLoggingConfiguration
SetBucketLoggingConfigurationRequest. getLoggingConfiguration()
Gets the logging configuration for the specified bucket.Methods in com.amazonaws.services.s3.model with parameters of type BucketLoggingConfiguration Modifier and Type Method Description void
SetBucketLoggingConfigurationRequest. setLoggingConfiguration(BucketLoggingConfiguration loggingConfiguration)
Sets the logging configuration for the specified bucket.SetBucketLoggingConfigurationRequest
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 BucketLoggingConfiguration Constructor Description SetBucketLoggingConfigurationRequest(String bucketName, BucketLoggingConfiguration loggingConfiguration)
Constructs a newSetBucketLoggingConfigurationRequest
to set the bucket logging configuration of the specified bucket.
-