| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
BucketDomainConfiguration |
COS.getBucketDomainConfiguration(GetBucketDomainConfigurationRequest getBucketDomainConfigurationRequest)
Returns the domain configuration for the specified bucket.
|
BucketDomainConfiguration |
COSClient.getBucketDomainConfiguration(GetBucketDomainConfigurationRequest getBucketDomainConfigurationRequest) |
BucketDomainConfiguration |
COS.getBucketDomainConfiguration(String bucketName)
Returns the domain configuration for the specified bucket.
|
BucketDomainConfiguration |
COSClient.getBucketDomainConfiguration(String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
void |
COS.setBucketDomainConfiguration(String bucketName,
BucketDomainConfiguration configuration)
Sets the domain configuration for the specified bucket.
|
void |
COSClient.setBucketDomainConfiguration(String bucketName,
BucketDomainConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
BucketDomainConfiguration |
XmlResponsesSaxParser.BucketDomainConfigurationHandler.getConfiguration() |
BucketDomainConfiguration |
Unmarshallers.BucketDomainConfigurationUnmarshaller.unmarshall(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
BucketDomainConfiguration |
SetBucketDomainConfigurationRequest.getConfiguration()
Returns the domain configuration to send as part of this request.
|
BucketDomainConfiguration |
BucketDomainConfiguration.withDomainRules(List<DomainRule> domainRules)
Set the list of domain rules that can be used for configuring custom domain name
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketDomainConfiguration domainConfiguration) |
void |
SetBucketDomainConfigurationRequest.setConfiguration(BucketDomainConfiguration configuration)
Sets the domain configuration to send as part of this request.
|
SetBucketDomainConfigurationRequest |
SetBucketDomainConfigurationRequest.withConfiguration(BucketDomainConfiguration configuration)
Sets the domain configuration 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 |
|---|
SetBucketDomainConfigurationRequest(String bucketName,
BucketDomainConfiguration configuration)
Creates a new request object, ready to be executed to set the specified
bucket's domain configuration.
|
Copyright © 2023. All rights reserved.