Uses of Class
software.amazon.awssdk.services.connect.model.MetricV2
-
Packages that use MetricV2 Package Description software.amazon.awssdk.services.connect.model -
-
Uses of MetricV2 in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return MetricV2 Modifier and Type Method Description MetricV2MetricDataV2. metric()The metric name, thresholds, and metric filters of the returned metric.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type MetricV2 Modifier and Type Method Description List<MetricV2>GetMetricDataV2Request. metrics()The metrics to retrieve.Methods in software.amazon.awssdk.services.connect.model with parameters of type MetricV2 Modifier and Type Method Description MetricDataV2.BuilderMetricDataV2.Builder. metric(MetricV2 metric)The metric name, thresholds, and metric filters of the returned metric.GetMetricDataV2Request.BuilderGetMetricDataV2Request.Builder. metrics(MetricV2... metrics)The metrics to retrieve.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type MetricV2 Modifier and Type Method Description GetMetricDataV2Request.BuilderGetMetricDataV2Request.Builder. metrics(Collection<MetricV2> metrics)The metrics to retrieve.
-