public interface IObsBucketExtendClient
| Modifier and Type | Method and Description |
|---|---|
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 NameObsExceptionHeaderResponse deleteBucketCustomDomain(DeleteBucketCustomDomainRequest request) throws ObsException
request - ObsExceptionBucketCustomDomainInfo getBucketCustomDomain(String bucketName) throws ObsException
bucketName - Bucket nameObsExceptionBucketCustomDomainInfo getBucketCustomDomain(GetBucketCustomDomainRequest request) throws ObsException
request - ObsExceptionHeaderResponse setBucketCustomDomain(String bucketName, String domainName) throws ObsException
bucketName - Bucket namedomainName - Custom Domain NameObsExceptionHeaderResponse setBucketCustomDomain(SetBucketCustomDomainRequest request) throws ObsException
request - ObsExceptionCopyright © 2021. All rights reserved.