| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
COS.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest)
Sets the website configuration for the specified bucket.
|
void |
COSClient.setBucketWebsiteConfiguration(SetBucketWebsiteConfigurationRequest setBucketWebsiteConfigurationRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
SetBucketWebsiteConfigurationRequest |
SetBucketWebsiteConfigurationRequest.withBucketName(String bucketName)
Sets the name of the bucket whose website configuration is being set and
returns this updated request object so that additional method calls can
be chained together.
|
SetBucketWebsiteConfigurationRequest |
SetBucketWebsiteConfigurationRequest.withConfiguration(BucketWebsiteConfiguration configuration)
Sets the website configuration to send as part of this request, and
returns this updated request object so that additional method calls can
be chained together.
|
Copyright © 2022. All rights reserved.