| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model | |
| com.qcloud.cos.model.bucketcertificate |
| Modifier and Type | Method and Description |
|---|---|
void |
COS.setBucketDomainCertificate(String bucketName,
BucketPutDomainCertificate domainCertificate)
Sets the domain certificate for the specified bucket.
|
void |
COSClient.setBucketDomainCertificate(String bucketName,
BucketPutDomainCertificate domainCertificate) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketPutDomainCertificate domainCertificate) |
| Modifier and Type | Method and Description |
|---|---|
BucketPutDomainCertificate |
SetBucketDomainCertificateRequest.getBucketPutDomainCertificate()
Returns the domain certificate to send as part of this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetBucketDomainCertificateRequest.setBucketPutDomainCertificate(BucketPutDomainCertificate domainCertificate)
Sets the domain certificate to send as part of this request.
|
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.
|
| Constructor and Description |
|---|
SetBucketDomainCertificateRequest(String bucketName,
BucketPutDomainCertificate domainCertificate)
Creates a new request object, ready to be executed to set the specified
bucket's domain certificate.
|
Copyright © 2023. All rights reserved.