Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.CreateKeyPairRequest
-
Packages that use CreateKeyPairRequest Package Description com.tencentcloudapi.lighthouse.v20200324 com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of CreateKeyPairRequest in com.tencentcloudapi.lighthouse.v20200324
Methods in com.tencentcloudapi.lighthouse.v20200324 with parameters of type CreateKeyPairRequest Modifier and Type Method Description CreateKeyPairResponse
LighthouseClient. CreateKeyPair(CreateKeyPairRequest req)
本接口(CreateKeyPair)用于创建一个密钥对。 -
Uses of CreateKeyPairRequest in com.tencentcloudapi.lighthouse.v20200324.models
Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type CreateKeyPairRequest Constructor Description CreateKeyPairRequest(CreateKeyPairRequest 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.
-