Uses of Class
com.tencentcloudapi.cvm.v20170312.models.KeyPair
-
Packages that use KeyPair Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of KeyPair in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return KeyPair Modifier and Type Method Description KeyPair
CreateKeyPairResponse. getKeyPair()
Get 密钥对信息。KeyPair[]
DescribeKeyPairsResponse. getKeyPairSet()
Get 密钥对详细信息列表。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type KeyPair Modifier and Type Method Description void
CreateKeyPairResponse. setKeyPair(KeyPair KeyPair)
Set 密钥对信息。void
DescribeKeyPairsResponse. setKeyPairSet(KeyPair[] KeyPairSet)
Set 密钥对详细信息列表。Constructors in com.tencentcloudapi.cvm.v20170312.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.
-