Uses of Class
software.amazon.awssdk.services.frauddetector.model.MetricDataPoint
-
Packages that use MetricDataPoint Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of MetricDataPoint in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type MetricDataPoint Modifier and Type Method Description List<MetricDataPoint>TrainingMetrics. metricDataPoints()The data points details.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type MetricDataPoint Modifier and Type Method Description TrainingMetrics.BuilderTrainingMetrics.Builder. metricDataPoints(MetricDataPoint... metricDataPoints)The data points details.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type MetricDataPoint Modifier and Type Method Description TrainingMetrics.BuilderTrainingMetrics.Builder. metricDataPoints(Collection<MetricDataPoint> metricDataPoints)The data points details.
-