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