Uses of Class
com.amazonaws.services.s3.model.SetBucketLoggingConfigurationRequest
Packages that use SetBucketLoggingConfigurationRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of SetBucketLoggingConfigurationRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type SetBucketLoggingConfigurationRequestModifier and TypeMethodDescriptionvoid
AbstractAmazonS3.setBucketLoggingConfiguration
(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) void
AmazonS3.setBucketLoggingConfiguration
(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) Sets the logging configuration for the specified bucket.void
AmazonS3Client.setBucketLoggingConfiguration
(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) -
Uses of SetBucketLoggingConfigurationRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return SetBucketLoggingConfigurationRequestModifier and TypeMethodDescriptionSetBucketLoggingConfigurationRequest.withBucketName
(String bucketName) Sets the name of the bucket whose logging configuration is being set and returns this object, enabling additional method calls to be chained together.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.