Uses of Class
com.tencentcloudapi.ssm.v20190923.models.PutSecretValueResponse
-
Packages that use PutSecretValueResponse Package Description com.tencentcloudapi.ssm.v20190923 com.tencentcloudapi.ssm.v20190923.models -
-
Uses of PutSecretValueResponse in com.tencentcloudapi.ssm.v20190923
Methods in com.tencentcloudapi.ssm.v20190923 that return PutSecretValueResponse Modifier and Type Method Description PutSecretValueResponseSsmClient. PutSecretValue(PutSecretValueRequest req)该接口在指定名称的凭据下增加新版本的凭据内容,一个凭据下最多可以支持10个版本。只能对处于Enabled 和 Disabled 状态的凭据添加新的版本。 本接口仅适用于用户自定义凭据,对云产品凭据不能操作。 -
Uses of PutSecretValueResponse in com.tencentcloudapi.ssm.v20190923.models
Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type PutSecretValueResponse Constructor Description PutSecretValueResponse(PutSecretValueResponse 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.
-