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