public class DomainClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
构造器和说明 |
---|
DomainClient(Credential credential,
String region)
构造client
|
DomainClient(Credential credential,
String region,
ClientProfile profile)
构造client
|
限定符和类型 | 方法和说明 |
---|---|
CheckDomainResponse |
CheckDomain(CheckDomainRequest req)
检查域名是否可以注册
|
DescribeDomainPriceListResponse |
DescribeDomainPriceList(DescribeDomainPriceListRequest req)
按照域名后缀获取对应的价格列表
|
call, getClientProfile, getCredential, getRegion, internalRequest, setClientProfile, setCredential, setRegion
public DomainClient(Credential credential, String region)
credential
- 认证信息实例region
- 产品地域public DomainClient(Credential credential, String region, ClientProfile profile)
credential
- 认证信息实例region
- 产品地域profile
- 配置实例public CheckDomainResponse CheckDomain(CheckDomainRequest req) throws TencentCloudSDKException
req
- CheckDomainRequestTencentCloudSDKException
public DescribeDomainPriceListResponse DescribeDomainPriceList(DescribeDomainPriceListRequest req) throws TencentCloudSDKException
req
- DescribeDomainPriceListRequestTencentCloudSDKException
Copyright © 2019. All rights reserved.