Uses of Class
software.amazon.awssdk.services.evidently.model.MetricMonitorConfig
-
Packages that use MetricMonitorConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of MetricMonitorConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type MetricMonitorConfig Modifier and Type Method Description List<MetricMonitorConfig>CreateLaunchRequest. metricMonitors()An array of structures that define the metrics that will be used to monitor the launch performance.List<MetricMonitorConfig>UpdateLaunchRequest. metricMonitors()An array of structures that define the metrics that will be used to monitor the launch performance.Methods in software.amazon.awssdk.services.evidently.model with parameters of type MetricMonitorConfig Modifier and Type Method Description CreateLaunchRequest.BuilderCreateLaunchRequest.Builder. metricMonitors(MetricMonitorConfig... metricMonitors)An array of structures that define the metrics that will be used to monitor the launch performance.UpdateLaunchRequest.BuilderUpdateLaunchRequest.Builder. metricMonitors(MetricMonitorConfig... metricMonitors)An array of structures that define the metrics that will be used to monitor the launch performance.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type MetricMonitorConfig Modifier and Type Method Description CreateLaunchRequest.BuilderCreateLaunchRequest.Builder. metricMonitors(Collection<MetricMonitorConfig> metricMonitors)An array of structures that define the metrics that will be used to monitor the launch performance.UpdateLaunchRequest.BuilderUpdateLaunchRequest.Builder. metricMonitors(Collection<MetricMonitorConfig> metricMonitors)An array of structures that define the metrics that will be used to monitor the launch performance.
-