Uses of Class
software.amazon.awssdk.services.connect.model.HistoricalMetricResult
-
Packages that use HistoricalMetricResult Package Description software.amazon.awssdk.services.connect.model -
-
Uses of HistoricalMetricResult in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HistoricalMetricResult Modifier and Type Method Description List<HistoricalMetricResult>GetMetricDataResponse. metricResults()Information about the historical metrics.Methods in software.amazon.awssdk.services.connect.model with parameters of type HistoricalMetricResult Modifier and Type Method Description GetMetricDataResponse.BuilderGetMetricDataResponse.Builder. metricResults(HistoricalMetricResult... metricResults)Information about the historical metrics.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HistoricalMetricResult Modifier and Type Method Description GetMetricDataResponse.BuilderGetMetricDataResponse.Builder. metricResults(Collection<HistoricalMetricResult> metricResults)Information about the historical metrics.
-