| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
BucketLoggingConfiguration |
COSClient.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest) |
BucketLoggingConfiguration |
COS.getBucketLoggingConfiguration(GetBucketLoggingConfigurationRequest getBucketLoggingConfigurationRequest)
Gets the logging configuration for the specified bucket.
|
BucketLoggingConfiguration |
COSClient.getBucketLoggingConfiguration(String bucketName) |
BucketLoggingConfiguration |
COS.getBucketLoggingConfiguration(String bucketName)
Gets the logging configuration for the specified bucket.
|
| 限定符和类型 | 方法和说明 |
|---|---|
BucketLoggingConfiguration |
XmlResponsesSaxParser.BucketLoggingConfigurationHandler.getBucketLoggingConfiguration() |
BucketLoggingConfiguration |
Unmarshallers.BucketLoggingConfigurationnmarshaller.unmarshall(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
BucketLoggingConfiguration |
SetBucketLoggingConfigurationRequest.getLoggingConfiguration()
Gets the logging configuration for the specified bucket.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
SetBucketLoggingConfigurationRequest(String bucketName,
BucketLoggingConfiguration loggingConfiguration)
Constructs a new
SetBucketLoggingConfigurationRequest
to set the bucket logging configuration of
the specified bucket. |
Copyright © 2020. All rights reserved.