Uses of Class
com.tencentcloudapi.monitor.v20180724.models.SetDefaultAlarmPolicyRequest
-
Packages that use SetDefaultAlarmPolicyRequest Package Description com.tencentcloudapi.monitor.v20180724 com.tencentcloudapi.monitor.v20180724.models -
-
Uses of SetDefaultAlarmPolicyRequest in com.tencentcloudapi.monitor.v20180724
Methods in com.tencentcloudapi.monitor.v20180724 with parameters of type SetDefaultAlarmPolicyRequest Modifier and Type Method Description SetDefaultAlarmPolicyResponseMonitorClient. SetDefaultAlarmPolicy(SetDefaultAlarmPolicyRequest req)设置一个策略为该告警策略类型、该项目的默认告警策略。 同一项目下相同的告警策略类型,就会被设置为非默认。 -
Uses of SetDefaultAlarmPolicyRequest in com.tencentcloudapi.monitor.v20180724.models
Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type SetDefaultAlarmPolicyRequest Constructor Description SetDefaultAlarmPolicyRequest(SetDefaultAlarmPolicyRequest 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.
-