Uses of Class
com.tencentcloudapi.gaap.v20180529.models.Certificate
-
Packages that use Certificate Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of Certificate in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return Certificate Modifier and Type Method Description Certificate[]DescribeCertificatesResponse. getCertificateSet()Get 服务器证书列表,包括证书ID 和证书名称。Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type Certificate Modifier and Type Method Description voidDescribeCertificatesResponse. setCertificateSet(Certificate[] CertificateSet)Set 服务器证书列表,包括证书ID 和证书名称。Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type Certificate Constructor Description Certificate(Certificate 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.
-