Uses of Class
software.amazon.awssdk.services.quicksight.model.TotalAggregationOption
-
Packages that use TotalAggregationOption Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TotalAggregationOption in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TotalAggregationOption Modifier and Type Method Description List<TotalAggregationOption>PivotTotalOptions. totalAggregationOptions()The total aggregation options for each value field.List<TotalAggregationOption>TotalOptions. totalAggregationOptions()The total aggregation settings for each value field.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TotalAggregationOption Modifier and Type Method Description PivotTotalOptions.BuilderPivotTotalOptions.Builder. totalAggregationOptions(TotalAggregationOption... totalAggregationOptions)The total aggregation options for each value field.TotalOptions.BuilderTotalOptions.Builder. totalAggregationOptions(TotalAggregationOption... totalAggregationOptions)The total aggregation settings for each value field.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TotalAggregationOption Modifier and Type Method Description PivotTotalOptions.BuilderPivotTotalOptions.Builder. totalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)The total aggregation options for each value field.TotalOptions.BuilderTotalOptions.Builder. totalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions)The total aggregation settings for each value field.
-