| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
BucketLoggingConfiguration |
COS.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
COSClient.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
COS.getBucketLoggingConfiguration(String bucketName)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
COSClient.getBucketLoggingConfiguration(String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
BucketLoggingConfiguration |
XmlResponsesSaxParser.BucketLoggingConfigurationHandler.getBucketLoggingConfiguration() |
BucketLoggingConfiguration |
Unmarshallers.BucketLoggingConfigurationnmarshaller.unmarshall(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
BucketLoggingConfiguration |
SetBucketLoggingConfigurationRequest.getLoggingConfiguration()
Gets the logging configuration for the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketLoggingConfiguration loggingConfiguration)
Converts the specified logging configuration into an XML byte array.
|
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.
|
| Constructor and Description |
|---|
SetBucketLoggingConfigurationRequest(String bucketName,
BucketLoggingConfiguration loggingConfiguration)
Constructs a new
SetBucketLoggingConfigurationRequest
to set the bucket logging configuration of
the specified bucket. |
Copyright © 2023. All rights reserved.