Uses of Class
software.amazon.awssdk.services.cleanrooms.model.AggregateFunctionName
-
Packages that use AggregateFunctionName Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AggregateFunctionName in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AggregateFunctionName Modifier and Type Method Description static AggregateFunctionNameAggregateFunctionName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AggregateFunctionNameAggregateColumn. function()Aggregation function that can be applied to aggregate column in query.static AggregateFunctionNameAggregateFunctionName. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateFunctionName[]AggregateFunctionName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AggregateFunctionName Modifier and Type Method Description static Set<AggregateFunctionName>AggregateFunctionName. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type AggregateFunctionName Modifier and Type Method Description AggregateColumn.BuilderAggregateColumn.Builder. function(AggregateFunctionName function)Aggregation function that can be applied to aggregate column in query.
-