Uses of Class
com.tencentcloudapi.cdb.v20170320.models.AggregationCondition
-
Packages that use AggregationCondition Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of AggregationCondition in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return AggregationCondition Modifier and Type Method Description AggregationCondition[]AnalyzeAuditLogsRequest. getAggregationConditions()Get 聚合维度的排序条件。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type AggregationCondition Modifier and Type Method Description voidAnalyzeAuditLogsRequest. setAggregationConditions(AggregationCondition[] AggregationConditions)Set 聚合维度的排序条件。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type AggregationCondition Constructor Description AggregationCondition(AggregationCondition 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.
-