| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model.bucketcertificate |
| Modifier and Type | Method and Description |
|---|---|
void |
COS.deleteBucketDomainCertificate(BucketDomainCertificateRequest deleteBucketDomainCertificateRequest)
This operation removes the domain certificate for a bucket.
|
void |
COSClient.deleteBucketDomainCertificate(BucketDomainCertificateRequest deleteBucketDomainCertificateRequest) |
BucketGetDomainCertificate |
COS.getBucketDomainCertificate(BucketDomainCertificateRequest getBucketDomainCertificateRequest)
Returns the domain certificate for the specified bucket.
|
BucketGetDomainCertificate |
COSClient.getBucketDomainCertificate(BucketDomainCertificateRequest getBucketDomainCertificateRequest) |
| Modifier and Type | Method and Description |
|---|---|
BucketDomainCertificateRequest |
BucketDomainCertificateRequest.withBucketName(String bucketName)
Sets the name of the bucket whose domain configuration is being
retrieved, and returns this updated request object so that additional
method calls can be chained together.
|
Copyright © 2023. All rights reserved.