Package | Description |
---|---|
com.tencentcloudapi.iotcloud.v20210408.models |
Modifier and Type | Method and Description |
---|---|
CertInfo |
DescribePrivateCAResponse.getCA()
Get Details of the private CA certificate
|
CertInfo[] |
DescribeProductCAResponse.getCAs()
Get List of CA certificates bound to the product
|
CertInfo[] |
DescribePrivateCAsResponse.getCAs()
Get List of private CA certificates
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePrivateCAResponse.setCA(CertInfo CA)
Set Details of the private CA certificate
|
void |
DescribeProductCAResponse.setCAs(CertInfo[] CAs)
Set List of CA certificates bound to the product
|
void |
DescribePrivateCAsResponse.setCAs(CertInfo[] CAs)
Set List of private CA certificates
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.