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