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 BucketLoggingConfigurationAbstractAmazonS3. getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)BucketLoggingConfigurationAbstractAmazonS3. getBucketLoggingConfiguration(String bucketName)BucketLoggingConfigurationAmazonS3. getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)Gets the logging configuration for the specified bucket.BucketLoggingConfigurationAmazonS3. getBucketLoggingConfiguration(String bucketName)Gets the logging configuration for the specified bucket.BucketLoggingConfigurationAmazonS3Client. getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)BucketLoggingConfigurationAmazonS3Client. 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 BucketLoggingConfigurationSetBucketLoggingConfigurationRequest. 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 voidSetBucketLoggingConfigurationRequest. setLoggingConfiguration(BucketLoggingConfiguration loggingConfiguration)Sets the logging configuration for the specified bucket.SetBucketLoggingConfigurationRequestSetBucketLoggingConfigurationRequest. 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 newSetBucketLoggingConfigurationRequestto set the bucket logging configuration of the specified bucket.
-