Uses of Class
com.tencentcloudapi.cvm.v20170312.models.ModifyKeyPairAttributeResponse
-
Packages that use ModifyKeyPairAttributeResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of ModifyKeyPairAttributeResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return ModifyKeyPairAttributeResponse Modifier and Type Method Description ModifyKeyPairAttributeResponse
CvmClient. ModifyKeyPairAttribute(ModifyKeyPairAttributeRequest req)
本接口 (ModifyKeyPairAttribute) 用于修改密钥对属性。 修改密钥对ID所指定的密钥对的名称和描述信息。 密钥对名称不能和已经存在的密钥对的名称重复。 密钥对ID是密钥对的唯一标识,不可修改。 -
Uses of ModifyKeyPairAttributeResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type ModifyKeyPairAttributeResponse Constructor Description ModifyKeyPairAttributeResponse(ModifyKeyPairAttributeResponse 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.
-