Uses of Class
com.tencentcloudapi.ssm.v20190923.models.GetSSHKeyPairValueRequest
-
Packages that use GetSSHKeyPairValueRequest Package Description com.tencentcloudapi.ssm.v20190923 com.tencentcloudapi.ssm.v20190923.models -
-
Uses of GetSSHKeyPairValueRequest in com.tencentcloudapi.ssm.v20190923
Methods in com.tencentcloudapi.ssm.v20190923 with parameters of type GetSSHKeyPairValueRequest Modifier and Type Method Description GetSSHKeyPairValueResponseSsmClient. GetSSHKeyPairValue(GetSSHKeyPairValueRequest req)获取SSH密钥对凭据明文信息。 -
Uses of GetSSHKeyPairValueRequest in com.tencentcloudapi.ssm.v20190923.models
Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type GetSSHKeyPairValueRequest Constructor Description GetSSHKeyPairValueRequest(GetSSHKeyPairValueRequest 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.
-