Uses of Class
software.amazon.awssdk.services.connect.model.CurrentMetric
-
Packages that use CurrentMetric Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CurrentMetric in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CurrentMetric Modifier and Type Method Description CurrentMetricCurrentMetricData. metric()Information about the metric.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CurrentMetric Modifier and Type Method Description List<CurrentMetric>GetCurrentMetricDataRequest. currentMetrics()The metrics to retrieve.Methods in software.amazon.awssdk.services.connect.model with parameters of type CurrentMetric Modifier and Type Method Description GetCurrentMetricDataRequest.BuilderGetCurrentMetricDataRequest.Builder. currentMetrics(CurrentMetric... currentMetrics)The metrics to retrieve.CurrentMetricData.BuilderCurrentMetricData.Builder. metric(CurrentMetric metric)Information about the metric.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type CurrentMetric Modifier and Type Method Description GetCurrentMetricDataRequest.BuilderGetCurrentMetricDataRequest.Builder. currentMetrics(Collection<CurrentMetric> currentMetrics)The metrics to retrieve.
-