Uses of Class
software.amazon.awssdk.services.quicksight.model.PercentileAggregation
-
Packages that use PercentileAggregation Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PercentileAggregation in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PercentileAggregation Modifier and Type Method Description PercentileAggregationNumericalAggregationFunction. percentileAggregation()An aggregation based on the percentile of values in a dimension or measure.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PercentileAggregation Modifier and Type Method Description NumericalAggregationFunction.BuilderNumericalAggregationFunction.Builder. percentileAggregation(PercentileAggregation percentileAggregation)An aggregation based on the percentile of values in a dimension or measure.
-