| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ThresholdV2 |
ThresholdV2.clone() |
ThresholdV2 |
ThresholdV2.withComparison(String comparison)
The type of comparison.
|
ThresholdV2 |
ThresholdV2.withThresholdValue(Double thresholdValue)
The threshold value to compare.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThresholdV2> |
MetricV2.getThreshold()
Contains information about the threshold for service level metrics.
|
| Modifier and Type | Method and Description |
|---|---|
MetricV2 |
MetricV2.withThreshold(ThresholdV2... threshold)
Contains information about the threshold for service level metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricV2.setThreshold(Collection<ThresholdV2> threshold)
Contains information about the threshold for service level metrics.
|
MetricV2 |
MetricV2.withThreshold(Collection<ThresholdV2> threshold)
Contains information about the threshold for service level metrics.
|
Copyright © 2024. All rights reserved.