Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.DefaultAlarmThreshold
-
Packages that use DefaultAlarmThreshold Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of DefaultAlarmThreshold in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return DefaultAlarmThreshold Modifier and Type Method Description DefaultAlarmThresholdCreateDefaultAlarmThresholdRequest. getDefaultAlarmConfig()Get 默认告警阈值配置DefaultAlarmThreshold[]DescribeDefaultAlarmThresholdResponse. getDefaultAlarmConfigList()Get 默认告警阈值配置Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type DefaultAlarmThreshold Modifier and Type Method Description voidCreateDefaultAlarmThresholdRequest. setDefaultAlarmConfig(DefaultAlarmThreshold DefaultAlarmConfig)Set 默认告警阈值配置voidDescribeDefaultAlarmThresholdResponse. setDefaultAlarmConfigList(DefaultAlarmThreshold[] DefaultAlarmConfigList)Set 默认告警阈值配置Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type DefaultAlarmThreshold Constructor Description DefaultAlarmThreshold(DefaultAlarmThreshold 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.
-