Uses of Class
com.tencentcloudapi.tke.v20180525.models.PrometheusTemp
-
Packages that use PrometheusTemp Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of PrometheusTemp in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return PrometheusTemp Modifier and Type Method Description PrometheusTempCreatePrometheusTempRequest. getTemplate()Get 模板设置PrometheusTemp[]DescribePrometheusTempResponse. getTemplates()Get 模板列表Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusTemp Modifier and Type Method Description voidCreatePrometheusTempRequest. setTemplate(PrometheusTemp Template)Set 模板设置voidDescribePrometheusTempResponse. setTemplates(PrometheusTemp[] Templates)Set 模板列表Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type PrometheusTemp Constructor Description PrometheusTemp(PrometheusTemp 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.
-