Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ScalarFunctions
-
Packages that use ScalarFunctions Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ScalarFunctions in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ScalarFunctions Modifier and Type Method Description static ScalarFunctionsScalarFunctions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ScalarFunctionsScalarFunctions. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalarFunctions[]ScalarFunctions. 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 ScalarFunctions Modifier and Type Method Description static Set<ScalarFunctions>ScalarFunctions. knownValues()List<ScalarFunctions>AnalysisRuleAggregation. scalarFunctions()Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ScalarFunctions Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. scalarFunctions(ScalarFunctions... scalarFunctions)Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ScalarFunctions Modifier and Type Method Description AnalysisRuleAggregation.BuilderAnalysisRuleAggregation.Builder. scalarFunctions(Collection<ScalarFunctions> scalarFunctions)Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.
-