| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model.bucketcertificate |
| Modifier and Type | Method and Description |
|---|---|
void |
COS.setBucketDomainCertificate(SetBucketDomainCertificateRequest setBucketDomainCertificateRequest)
Sets the domain certificate for the specified bucket.
|
void |
COSClient.setBucketDomainCertificate(SetBucketDomainCertificateRequest setBucketDomainCertificateRequest) |
| Modifier and Type | Method and Description |
|---|---|
SetBucketDomainCertificateRequest |
SetBucketDomainCertificateRequest.withBucketName(String bucketName)
Sets the name of the bucket whose domain certificate is being set and
returns this updated request object so that additional method calls can
be chained together.
|
SetBucketDomainCertificateRequest |
SetBucketDomainCertificateRequest.withDomainCertificate(BucketPutDomainCertificate domainCertificate)
Sets the domain certificate to send as part of this request, and
returns this updated request object so that additional method calls can
be chained together.
|
Copyright © 2023. All rights reserved.