| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
MetricV2 |
MetricV2.clone() |
MetricV2 |
MetricDataV2.getMetric()
The metric name, thresholds, and metric filters of the returned metric.
|
MetricV2 |
MetricV2.withMetricFilters(Collection<MetricFilterV2> metricFilters)
Contains the filters to be used when returning data.
|
MetricV2 |
MetricV2.withMetricFilters(MetricFilterV2... metricFilters)
Contains the filters to be used when returning data.
|
MetricV2 |
MetricV2.withName(String name)
The name of the metric.
|
MetricV2 |
MetricV2.withThreshold(Collection<ThresholdV2> threshold)
Contains information about the threshold for service level metrics.
|
MetricV2 |
MetricV2.withThreshold(ThresholdV2... threshold)
Contains information about the threshold for service level metrics.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricV2> |
GetMetricDataV2Request.getMetrics()
The metrics to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricDataV2.setMetric(MetricV2 metric)
The metric name, thresholds, and metric filters of the returned metric.
|
MetricDataV2 |
MetricDataV2.withMetric(MetricV2 metric)
The metric name, thresholds, and metric filters of the returned metric.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withMetrics(MetricV2... metrics)
The metrics to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMetricDataV2Request.setMetrics(Collection<MetricV2> metrics)
The metrics to retrieve.
|
GetMetricDataV2Request |
GetMetricDataV2Request.withMetrics(Collection<MetricV2> metrics)
The metrics to retrieve.
|
Copyright © 2023. All rights reserved.