public interface IObsBucketExtendClient
| 限定符和类型 | 方法和说明 |
|---|---|
HeaderResponse |
deleteBucketCustomDomain(DeleteBucketCustomDomainRequest request)
Deleting the Custom Domain Name of a Bucket
|
HeaderResponse |
deleteBucketCustomDomain(String bucketName,
String domainName)
Deleting the Custom Domain Name of a Bucket
|
BucketCustomDomainInfo |
getBucketCustomDomain(GetBucketCustomDomainRequest request)
Obtaining the Custom Domain Name of a Bucket
|
BucketCustomDomainInfo |
getBucketCustomDomain(String bucketName)
Obtaining the Custom Domain Name of a Bucket
|
HeaderResponse |
setBucketCustomDomain(SetBucketCustomDomainRequest request)
Configuring a Custom Domain Name for a Bucket
|
HeaderResponse |
setBucketCustomDomain(String bucketName,
String domainName)
Configuring a Custom Domain Name for a Bucket
|
HeaderResponse deleteBucketCustomDomain(String bucketName, String domainName) throws ObsException
bucketName - Bucket namedomainName - Custom Domain NameObsException - obsExceptionHeaderResponse deleteBucketCustomDomain(DeleteBucketCustomDomainRequest request) throws ObsException
request - requestObsException - obsExceptionBucketCustomDomainInfo getBucketCustomDomain(String bucketName) throws ObsException
bucketName - Bucket nameObsException - obsExceptionBucketCustomDomainInfo getBucketCustomDomain(GetBucketCustomDomainRequest request) throws ObsException
request - requestObsException - obsExceptionHeaderResponse setBucketCustomDomain(String bucketName, String domainName) throws ObsException
bucketName - Bucket namedomainName - Custom Domain NameObsException - obsExceptionHeaderResponse setBucketCustomDomain(SetBucketCustomDomainRequest request) throws ObsException
request - requestObsException - obsExceptionCopyright © 2022. All rights reserved.