Uses of Class
com.tencentcloudapi.ecm.v20190719.models.KeyPair
-
Packages that use KeyPair Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of KeyPair in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return KeyPair Modifier and Type Method Description KeyPair
CreateKeyPairResponse. getKeyPair()
Get 密钥对信息。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type KeyPair Modifier and Type Method Description void
CreateKeyPairResponse. setKeyPair(KeyPair KeyPair)
Set 密钥对信息。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type KeyPair Constructor Description KeyPair(KeyPair 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.
-