Uses of Class
com.tencentcloudapi.ssm.v20190923.models.EnableSecretRequest
-
Packages that use EnableSecretRequest Package Description com.tencentcloudapi.ssm.v20190923 com.tencentcloudapi.ssm.v20190923.models -
-
Uses of EnableSecretRequest in com.tencentcloudapi.ssm.v20190923
Methods in com.tencentcloudapi.ssm.v20190923 with parameters of type EnableSecretRequest Modifier and Type Method Description EnableSecretResponseSsmClient. EnableSecret(EnableSecretRequest req)该接口用于开启凭据,状态为Enabled。可以通过 GetSecretValue 接口获取凭据明文。处于PendingDelete状态的凭据不能直接开启,需要通过RestoreSecret 恢复后再开启使用。 -
Uses of EnableSecretRequest in com.tencentcloudapi.ssm.v20190923.models
Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type EnableSecretRequest Constructor Description EnableSecretRequest(EnableSecretRequest 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.
-