Uses of Class
com.tencentcloudapi.ssl.v20191205.models.RevokeCertificateResponse
-
Packages that use RevokeCertificateResponse Package Description com.tencentcloudapi.ssl.v20191205 com.tencentcloudapi.ssl.v20191205.models -
-
Uses of RevokeCertificateResponse in com.tencentcloudapi.ssl.v20191205
Methods in com.tencentcloudapi.ssl.v20191205 that return RevokeCertificateResponse Modifier and Type Method Description RevokeCertificateResponseSslClient. RevokeCertificate(RevokeCertificateRequest req)本接口(RevokeCertificate)用于吊销证书。 -
Uses of RevokeCertificateResponse in com.tencentcloudapi.ssl.v20191205.models
Constructors in com.tencentcloudapi.ssl.v20191205.models with parameters of type RevokeCertificateResponse Constructor Description RevokeCertificateResponse(RevokeCertificateResponse 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.
-