Uses of Class
software.amazon.awssdk.services.connect.model.ThresholdV2
-
Packages that use ThresholdV2 Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ThresholdV2 in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ThresholdV2 Modifier and Type Method Description List<ThresholdV2>MetricV2. threshold()Contains information about the threshold for service level metrics.Methods in software.amazon.awssdk.services.connect.model with parameters of type ThresholdV2 Modifier and Type Method Description MetricV2.BuilderMetricV2.Builder. threshold(ThresholdV2... threshold)Contains information about the threshold for service level metrics.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ThresholdV2 Modifier and Type Method Description MetricV2.BuilderMetricV2.Builder. threshold(Collection<ThresholdV2> threshold)Contains information about the threshold for service level metrics.
-