Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.AggregationFunction
-
Packages that use AggregationFunction Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AggregationFunction in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return AggregationFunction Modifier and Type Method Description AggregationFunctionMetric. aggregationFunction()The function with which the metric is calculated.static AggregationFunctionAggregationFunction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AggregationFunctionAggregationFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationFunction[]AggregationFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AggregationFunction Modifier and Type Method Description static Set<AggregationFunction>AggregationFunction. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type AggregationFunction Modifier and Type Method Description Metric.BuilderMetric.Builder. aggregationFunction(AggregationFunction aggregationFunction)The function with which the metric is calculated.
-