| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<MetricMonitorConfig> |
UpdateLaunchRequest.metricMonitors()
An array of structures that define the metrics that will be used to monitor the launch performance.
|
List<MetricMonitorConfig> |
CreateLaunchRequest.metricMonitors()
An array of structures that define the metrics that will be used to monitor the launch performance.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.metricMonitors(MetricMonitorConfig... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.metricMonitors(MetricMonitorConfig... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchRequest.Builder |
UpdateLaunchRequest.Builder.metricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest.Builder |
CreateLaunchRequest.Builder.metricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
Copyright © 2023. All rights reserved.