Class SslpodClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.sslpod.v20190605.SslpodClient
-
public class SslpodClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description SslpodClient(Credential credential, String region)SslpodClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDomainResponseCreateDomain(CreateDomainRequest req)通过域名端口添加监控DeleteDomainResponseDeleteDomain(DeleteDomainRequest req)通过域名ID删除监控的域名DescribeDashboardResponseDescribeDashboard(DescribeDashboardRequest req)获取仪表盘数据DescribeDomainCertsResponseDescribeDomainCerts(DescribeDomainCertsRequest req)获取域名关联证书DescribeDomainsResponseDescribeDomains(DescribeDomainsRequest req)通过searchType搜索已经添加的域名DescribeDomainTagsResponseDescribeDomainTags(DescribeDomainTagsRequest req)获取账号下所有tagDescribeNoticeInfoResponseDescribeNoticeInfo(DescribeNoticeInfoRequest req)获取通知额度信息ModifyDomainTagsResponseModifyDomainTags(ModifyDomainTagsRequest req)修改域名tagRefreshDomainResponseRefreshDomain(RefreshDomainRequest req)强制重新检测域名ResolveDomainResponseResolveDomain(ResolveDomainRequest req)解析域名获得多个IP地址-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
SslpodClient
public SslpodClient(Credential credential, String region)
-
SslpodClient
public SslpodClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
CreateDomain
public CreateDomainResponse CreateDomain(CreateDomainRequest req) throws TencentCloudSDKException
通过域名端口添加监控- Parameters:
req- CreateDomainRequest- Returns:
- CreateDomainResponse
- Throws:
TencentCloudSDKException
-
DeleteDomain
public DeleteDomainResponse DeleteDomain(DeleteDomainRequest req) throws TencentCloudSDKException
通过域名ID删除监控的域名- Parameters:
req- DeleteDomainRequest- Returns:
- DeleteDomainResponse
- Throws:
TencentCloudSDKException
-
DescribeDashboard
public DescribeDashboardResponse DescribeDashboard(DescribeDashboardRequest req) throws TencentCloudSDKException
获取仪表盘数据- Parameters:
req- DescribeDashboardRequest- Returns:
- DescribeDashboardResponse
- Throws:
TencentCloudSDKException
-
DescribeDomainCerts
public DescribeDomainCertsResponse DescribeDomainCerts(DescribeDomainCertsRequest req) throws TencentCloudSDKException
获取域名关联证书- Parameters:
req- DescribeDomainCertsRequest- Returns:
- DescribeDomainCertsResponse
- Throws:
TencentCloudSDKException
-
DescribeDomainTags
public DescribeDomainTagsResponse DescribeDomainTags(DescribeDomainTagsRequest req) throws TencentCloudSDKException
获取账号下所有tag- Parameters:
req- DescribeDomainTagsRequest- Returns:
- DescribeDomainTagsResponse
- Throws:
TencentCloudSDKException
-
DescribeDomains
public DescribeDomainsResponse DescribeDomains(DescribeDomainsRequest req) throws TencentCloudSDKException
通过searchType搜索已经添加的域名- Parameters:
req- DescribeDomainsRequest- Returns:
- DescribeDomainsResponse
- Throws:
TencentCloudSDKException
-
DescribeNoticeInfo
public DescribeNoticeInfoResponse DescribeNoticeInfo(DescribeNoticeInfoRequest req) throws TencentCloudSDKException
获取通知额度信息- Parameters:
req- DescribeNoticeInfoRequest- Returns:
- DescribeNoticeInfoResponse
- Throws:
TencentCloudSDKException
-
ModifyDomainTags
public ModifyDomainTagsResponse ModifyDomainTags(ModifyDomainTagsRequest req) throws TencentCloudSDKException
修改域名tag- Parameters:
req- ModifyDomainTagsRequest- Returns:
- ModifyDomainTagsResponse
- Throws:
TencentCloudSDKException
-
RefreshDomain
public RefreshDomainResponse RefreshDomain(RefreshDomainRequest req) throws TencentCloudSDKException
强制重新检测域名- Parameters:
req- RefreshDomainRequest- Returns:
- RefreshDomainResponse
- Throws:
TencentCloudSDKException
-
ResolveDomain
public ResolveDomainResponse ResolveDomain(ResolveDomainRequest req) throws TencentCloudSDKException
解析域名获得多个IP地址- Parameters:
req- ResolveDomainRequest- Returns:
- ResolveDomainResponse
- Throws:
TencentCloudSDKException
-
-