Uses of Class
com.tencentcloudapi.cvm.v20170312.models.DeleteKeyPairsResponse
-
Packages that use DeleteKeyPairsResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of DeleteKeyPairsResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return DeleteKeyPairsResponse Modifier and Type Method Description DeleteKeyPairsResponseCvmClient. DeleteKeyPairs(DeleteKeyPairsRequest req)本接口 (DeleteKeyPairs) 用于删除已在腾讯云托管的密钥对。 可以同时删除多个密钥对。 不能删除已被实例或镜像引用的密钥对,所以需要独立判断是否所有密钥对都被成功删除。 -
Uses of DeleteKeyPairsResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.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.
-