Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.CertInfo
-
Packages that use CertInfo Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of CertInfo in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return CertInfo Modifier and Type Method Description CertInfoDescribePrivateCAResponse. getCA()Get 私有化CA详情CertInfo[]DescribePrivateCAsResponse. getCAs()Get 私有CA证书列表CertInfo[]DescribeProductCAResponse. getCAs()Get CA证书列表Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type CertInfo Modifier and Type Method Description voidDescribePrivateCAResponse. setCA(CertInfo CA)Set 私有化CA详情voidDescribePrivateCAsResponse. setCAs(CertInfo[] CAs)Set 私有CA证书列表voidDescribeProductCAResponse. setCAs(CertInfo[] CAs)Set CA证书列表Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type CertInfo Constructor Description CertInfo(CertInfo 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.
-