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 NameObsException
HeaderResponse deleteBucketCustomDomain(DeleteBucketCustomDomainRequest request) throws ObsException
request
- ObsException
BucketCustomDomainInfo getBucketCustomDomain(String bucketName) throws ObsException
bucketName
- Bucket nameObsException
BucketCustomDomainInfo getBucketCustomDomain(GetBucketCustomDomainRequest request) throws ObsException
request
- ObsException
HeaderResponse setBucketCustomDomain(String bucketName, String domainName) throws ObsException
bucketName
- Bucket namedomainName
- Custom Domain NameObsException
HeaderResponse setBucketCustomDomain(SetBucketCustomDomainRequest request) throws ObsException
request
- ObsException
Copyright © 2021. All rights reserved.