Uses of Class
software.amazon.awssdk.services.connect.model.HistoricalMetric
-
Packages that use HistoricalMetric Package Description software.amazon.awssdk.services.connect.model -
-
Uses of HistoricalMetric in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return HistoricalMetric Modifier and Type Method Description HistoricalMetricHistoricalMetricData. metric()Information about the metric.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HistoricalMetric Modifier and Type Method Description List<HistoricalMetric>GetMetricDataRequest. historicalMetrics()The metrics to retrieve.Methods in software.amazon.awssdk.services.connect.model with parameters of type HistoricalMetric Modifier and Type Method Description GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. historicalMetrics(HistoricalMetric... historicalMetrics)The metrics to retrieve.HistoricalMetricData.BuilderHistoricalMetricData.Builder. metric(HistoricalMetric metric)Information about the metric.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HistoricalMetric Modifier and Type Method Description GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. historicalMetrics(Collection<HistoricalMetric> historicalMetrics)The metrics to retrieve.
-