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