Uses of Class
software.amazon.awssdk.services.evidently.model.MetricMonitor
-
Packages that use MetricMonitor Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of MetricMonitor in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type MetricMonitor Modifier and Type Method Description List<MetricMonitor>Launch. metricMonitors()An array of structures that define the metrics that are being used to monitor the launch performance.Methods in software.amazon.awssdk.services.evidently.model with parameters of type MetricMonitor Modifier and Type Method Description Launch.BuilderLaunch.Builder. metricMonitors(MetricMonitor... metricMonitors)An array of structures that define the metrics that are being used to monitor the launch performance.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type MetricMonitor Modifier and Type Method Description Launch.BuilderLaunch.Builder. metricMonitors(Collection<MetricMonitor> metricMonitors)An array of structures that define the metrics that are being used to monitor the launch performance.
-