| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDefinitionConfig |
MetricDefinitionConfig.clone() |
MetricDefinitionConfig |
MetricGoalConfig.getMetricDefinition()
A structure that contains details about the metric.
|
MetricDefinitionConfig |
MetricMonitorConfig.getMetricDefinition()
A structure that defines the metric.
|
MetricDefinitionConfig |
MetricDefinitionConfig.withEntityIdKey(String entityIdKey)
The entity, such as a user or session, that does an action that causes a metric value to be recorded.
|
MetricDefinitionConfig |
MetricDefinitionConfig.withEventPattern(String eventPattern)
The EventBridge event pattern that defines how the metric is recorded.
|
MetricDefinitionConfig |
MetricDefinitionConfig.withName(String name)
A name for the metric.
|
MetricDefinitionConfig |
MetricDefinitionConfig.withUnitLabel(String unitLabel)
A label for the units that the metric is measuring.
|
MetricDefinitionConfig |
MetricDefinitionConfig.withValueKey(String valueKey)
The value that is tracked to produce the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricGoalConfig.setMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that contains details about the metric.
|
void |
MetricMonitorConfig.setMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that defines the metric.
|
MetricGoalConfig |
MetricGoalConfig.withMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that contains details about the metric.
|
MetricMonitorConfig |
MetricMonitorConfig.withMetricDefinition(MetricDefinitionConfig metricDefinition)
A structure that defines the metric.
|
Copyright © 2024. All rights reserved.