Uses of Class
software.amazon.awssdk.services.lightsail.model.BucketAccessLogConfig
-
Packages that use BucketAccessLogConfig Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of BucketAccessLogConfig in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return BucketAccessLogConfig Modifier and Type Method Description BucketAccessLogConfigBucket. accessLogConfig()An object that describes the access log configuration for the bucket.BucketAccessLogConfigUpdateBucketRequest. accessLogConfig()An object that describes the access log configuration for the bucket.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type BucketAccessLogConfig Modifier and Type Method Description Bucket.BuilderBucket.Builder. accessLogConfig(BucketAccessLogConfig accessLogConfig)An object that describes the access log configuration for the bucket.UpdateBucketRequest.BuilderUpdateBucketRequest.Builder. accessLogConfig(BucketAccessLogConfig accessLogConfig)An object that describes the access log configuration for the bucket.
-