Uses of Class
com.tencentcloudapi.ssm.v20190923.models.GetSecretValueRequest
-
Packages that use GetSecretValueRequest Package Description com.tencentcloudapi.ssm.v20190923 com.tencentcloudapi.ssm.v20190923.models -
-
Uses of GetSecretValueRequest in com.tencentcloudapi.ssm.v20190923
Methods in com.tencentcloudapi.ssm.v20190923 with parameters of type GetSecretValueRequest Modifier and Type Method Description GetSecretValueResponseSsmClient. GetSecretValue(GetSecretValueRequest req)对于用户自定义凭据,通过指定凭据名称和版本来获取凭据的明文信息; 对于云产品凭据如Mysql凭据,通过指定凭据名称和历史版本号来获取历史轮转凭据的明文信息,如果要获取当前正在使用的凭据版本的明文,需要将版本号指定为:SSM_Current。 -
Uses of GetSecretValueRequest in com.tencentcloudapi.ssm.v20190923.models
Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type GetSecretValueRequest Constructor Description GetSecretValueRequest(GetSecretValueRequest 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.
-