Uses of Class
com.tencentcloudapi.monitor.v20180724.models.DescribeBindingPolicyObjectListDimension
-
Packages that use DescribeBindingPolicyObjectListDimension Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of DescribeBindingPolicyObjectListDimension in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return DescribeBindingPolicyObjectListDimension Modifier and Type Method Description DescribeBindingPolicyObjectListDimension[]DescribeBindingPolicyObjectListRequest. getDimensions()Get 筛选对象的维度信息Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type DescribeBindingPolicyObjectListDimension Modifier and Type Method Description voidDescribeBindingPolicyObjectListRequest. setDimensions(DescribeBindingPolicyObjectListDimension[] Dimensions)Set 筛选对象的维度信息Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type DescribeBindingPolicyObjectListDimension Constructor Description DescribeBindingPolicyObjectListDimension(DescribeBindingPolicyObjectListDimension 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.
-