Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.DeleteKeyPairsRequest
-
Packages that use DeleteKeyPairsRequest Package Description com.tencentcloudapi.lighthouse.v20200324 com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of DeleteKeyPairsRequest in com.tencentcloudapi.lighthouse.v20200324
Methods in com.tencentcloudapi.lighthouse.v20200324 with parameters of type DeleteKeyPairsRequest Modifier and Type Method Description DeleteKeyPairsResponseLighthouseClient. DeleteKeyPairs(DeleteKeyPairsRequest req)本接口(DeleteKeyPairs)用于删除密钥对。 -
Uses of DeleteKeyPairsRequest in com.tencentcloudapi.lighthouse.v20200324.models
Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type DeleteKeyPairsRequest Constructor Description DeleteKeyPairsRequest(DeleteKeyPairsRequest 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.
-