Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.CreatePrivateCAResponse
-
Packages that use CreatePrivateCAResponse Package Description com.tencentcloudapi.iotcloud.v20210408 com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of CreatePrivateCAResponse in com.tencentcloudapi.iotcloud.v20210408
Methods in com.tencentcloudapi.iotcloud.v20210408 that return CreatePrivateCAResponse Modifier and Type Method Description CreatePrivateCAResponseIotcloudClient. CreatePrivateCA(CreatePrivateCARequest req)创建私有CA证书 -
Uses of CreatePrivateCAResponse in com.tencentcloudapi.iotcloud.v20210408.models
Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type CreatePrivateCAResponse Constructor Description CreatePrivateCAResponse(CreatePrivateCAResponse 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.
-