Uses of Class
com.tencentcloudapi.ssm.v20190923.models.DisableSecretResponse
-
Packages that use DisableSecretResponse Package Description com.tencentcloudapi.ssm.v20190923 com.tencentcloudapi.ssm.v20190923.models -
-
Uses of DisableSecretResponse in com.tencentcloudapi.ssm.v20190923
Methods in com.tencentcloudapi.ssm.v20190923 that return DisableSecretResponse Modifier and Type Method Description DisableSecretResponseSsmClient. DisableSecret(DisableSecretRequest req)停用指定的凭据,停用后状态为 Disabled,无法通过接口获取该凭据的明文。 -
Uses of DisableSecretResponse in com.tencentcloudapi.ssm.v20190923.models
Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type DisableSecretResponse Constructor Description DisableSecretResponse(DisableSecretResponse 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.
-