Uses of Class
org.elasticsearch.client.transform.transforms.pivot.AggregationConfig
-
Packages that use AggregationConfig Package Description org.elasticsearch.client.transform.transforms.pivot -
-
Uses of AggregationConfig in org.elasticsearch.client.transform.transforms.pivot
Methods in org.elasticsearch.client.transform.transforms.pivot that return AggregationConfig Modifier and Type Method Description static AggregationConfigAggregationConfig. fromXContent(XContentParser parser)AggregationConfigPivotConfig. getAggregationConfig()Methods in org.elasticsearch.client.transform.transforms.pivot with parameters of type AggregationConfig Modifier and Type Method Description PivotConfig.BuilderPivotConfig.Builder. setAggregationConfig(AggregationConfig aggregationConfig)Set the aggregated fields to include in the pivot config
-