| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
void |
COS.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest)
Sets the logging configuration for the specified bucket.
|
void |
COSClient.setBucketLoggingConfiguration(SetBucketLoggingConfigurationRequest setBucketLoggingConfigurationRequest) |
| Modifier and Type | Method and Description |
|---|---|
SetBucketLoggingConfigurationRequest |
SetBucketLoggingConfigurationRequest.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 |
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.
|
Copyright © 2023. All rights reserved.