public class SslpodClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
SslpodClient(Credential credential,
String region) |
SslpodClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
CreateDomainResponse |
CreateDomain(CreateDomainRequest req)
通过域名端口添加监控
|
DeleteDomainResponse |
DeleteDomain(DeleteDomainRequest req)
通过域名ID删除监控的域名
|
DescribeDashboardResponse |
DescribeDashboard(DescribeDashboardRequest req)
获取仪表盘数据
|
DescribeDomainCertsResponse |
DescribeDomainCerts(DescribeDomainCertsRequest req)
获取域名关联证书
|
DescribeDomainsResponse |
DescribeDomains(DescribeDomainsRequest req)
通过searchType搜索已经添加的域名
|
DescribeDomainTagsResponse |
DescribeDomainTags(DescribeDomainTagsRequest req)
获取账号下所有tag
|
DescribeNoticeInfoResponse |
DescribeNoticeInfo(DescribeNoticeInfoRequest req)
获取通知额度信息
|
ModifyDomainTagsResponse |
ModifyDomainTags(ModifyDomainTagsRequest req)
修改域名tag
|
RefreshDomainResponse |
RefreshDomain(RefreshDomainRequest req)
强制重新检测域名
|
ResolveDomainResponse |
ResolveDomain(ResolveDomainRequest req)
解析域名获得多个IP地址
|
call, callOctetStream, getClientProfile, getCredential, getRegion, internalRequest, retry, setClientProfile, setCredential, setRegion
public SslpodClient(Credential credential, String region)
public SslpodClient(Credential credential, String region, ClientProfile profile)
public CreateDomainResponse CreateDomain(CreateDomainRequest req) throws TencentCloudSDKException
req
- CreateDomainRequestTencentCloudSDKException
public DeleteDomainResponse DeleteDomain(DeleteDomainRequest req) throws TencentCloudSDKException
req
- DeleteDomainRequestTencentCloudSDKException
public DescribeDashboardResponse DescribeDashboard(DescribeDashboardRequest req) throws TencentCloudSDKException
req
- DescribeDashboardRequestTencentCloudSDKException
public DescribeDomainCertsResponse DescribeDomainCerts(DescribeDomainCertsRequest req) throws TencentCloudSDKException
req
- DescribeDomainCertsRequestTencentCloudSDKException
public DescribeDomainTagsResponse DescribeDomainTags(DescribeDomainTagsRequest req) throws TencentCloudSDKException
req
- DescribeDomainTagsRequestTencentCloudSDKException
public DescribeDomainsResponse DescribeDomains(DescribeDomainsRequest req) throws TencentCloudSDKException
req
- DescribeDomainsRequestTencentCloudSDKException
public DescribeNoticeInfoResponse DescribeNoticeInfo(DescribeNoticeInfoRequest req) throws TencentCloudSDKException
req
- DescribeNoticeInfoRequestTencentCloudSDKException
public ModifyDomainTagsResponse ModifyDomainTags(ModifyDomainTagsRequest req) throws TencentCloudSDKException
req
- ModifyDomainTagsRequestTencentCloudSDKException
public RefreshDomainResponse RefreshDomain(RefreshDomainRequest req) throws TencentCloudSDKException
req
- RefreshDomainRequestTencentCloudSDKException
public ResolveDomainResponse ResolveDomain(ResolveDomainRequest req) throws TencentCloudSDKException
req
- ResolveDomainRequestTencentCloudSDKException
Copyright © 2022. All rights reserved.