Uses of Class
com.tencentcloudapi.ssm.v20190923.models.CreateSSHKeyPairSecretRequest
-
Packages that use CreateSSHKeyPairSecretRequest Package Description com.tencentcloudapi.ssm.v20190923 com.tencentcloudapi.ssm.v20190923.models -
-
Uses of CreateSSHKeyPairSecretRequest in com.tencentcloudapi.ssm.v20190923
Methods in com.tencentcloudapi.ssm.v20190923 with parameters of type CreateSSHKeyPairSecretRequest Modifier and Type Method Description CreateSSHKeyPairSecretResponseSsmClient. CreateSSHKeyPairSecret(CreateSSHKeyPairSecretRequest req)创建用于托管SSH密钥对的凭据 -
Uses of CreateSSHKeyPairSecretRequest in com.tencentcloudapi.ssm.v20190923.models
Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type CreateSSHKeyPairSecretRequest Constructor Description CreateSSHKeyPairSecretRequest(CreateSSHKeyPairSecretRequest 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.
-