| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
MetricMonitorConfig |
MetricMonitorConfig.clone() |
MetricMonitorConfig |
MetricMonitorConfig.withMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that defines the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricMonitorConfig> |
UpdateLaunchRequest.getMetricMonitors()
An array of structures that define the metrics that will be used to monitor the launch performance.
|
List<MetricMonitorConfig> |
CreateLaunchRequest.getMetricMonitors()
An array of structures that define the metrics that will be used to monitor the launch performance.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchRequest |
UpdateLaunchRequest.withMetricMonitors(MetricMonitorConfig... metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest |
CreateLaunchRequest.withMetricMonitors(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 |
|---|---|
void |
UpdateLaunchRequest.setMetricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
void |
CreateLaunchRequest.setMetricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
UpdateLaunchRequest |
UpdateLaunchRequest.withMetricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
CreateLaunchRequest |
CreateLaunchRequest.withMetricMonitors(Collection<MetricMonitorConfig> metricMonitors)
An array of structures that define the metrics that will be used to monitor the launch performance.
|
Copyright © 2024. All rights reserved.