Uses of Class
com.tencentcloudapi.tcb.v20180608.models.AuthDomain
-
Packages that use AuthDomain Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of AuthDomain in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return AuthDomain Modifier and Type Method Description AuthDomain[]DescribeAuthDomainsResponse. getDomains()Get 安全域名列表Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type AuthDomain Modifier and Type Method Description voidDescribeAuthDomainsResponse. setDomains(AuthDomain[] Domains)Set 安全域名列表Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type AuthDomain Constructor Description AuthDomain(AuthDomain source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-