Uses of Class
com.tencentcloudapi.tke.v20180525.models.PrometheusRecordRuleYamlItem
-
Packages that use PrometheusRecordRuleYamlItem Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of PrometheusRecordRuleYamlItem in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return PrometheusRecordRuleYamlItem Modifier and Type Method Description PrometheusRecordRuleYamlItem[]DescribePrometheusRecordRulesResponse. getRecords()Get 聚合规则Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusRecordRuleYamlItem Modifier and Type Method Description voidDescribePrometheusRecordRulesResponse. setRecords(PrometheusRecordRuleYamlItem[] Records)Set 聚合规则Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusRecordRuleYamlItem Constructor Description PrometheusRecordRuleYamlItem(PrometheusRecordRuleYamlItem 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.
-