Uses of Class
software.amazon.awssdk.services.quicksight.model.SimpleTotalAggregationFunction
-
Packages that use SimpleTotalAggregationFunction Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SimpleTotalAggregationFunction in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SimpleTotalAggregationFunction Modifier and Type Method Description static SimpleTotalAggregationFunctionSimpleTotalAggregationFunction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SimpleTotalAggregationFunctionTotalAggregationFunction. simpleTotalAggregationFunction()A built in aggregation function for total values.static SimpleTotalAggregationFunctionSimpleTotalAggregationFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleTotalAggregationFunction[]SimpleTotalAggregationFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SimpleTotalAggregationFunction Modifier and Type Method Description static Set<SimpleTotalAggregationFunction>SimpleTotalAggregationFunction. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SimpleTotalAggregationFunction Modifier and Type Method Description TotalAggregationFunction.BuilderTotalAggregationFunction.Builder. simpleTotalAggregationFunction(SimpleTotalAggregationFunction simpleTotalAggregationFunction)A built in aggregation function for total values.
-