Uses of Class
software.amazon.awssdk.services.connect.model.HistoricalMetricData
-
Packages that use HistoricalMetricData Package Description software.amazon.awssdk.services.connect.model -
-
Uses of HistoricalMetricData in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HistoricalMetricData Modifier and Type Method Description List<HistoricalMetricData>HistoricalMetricResult. collections()The set of metrics.Methods in software.amazon.awssdk.services.connect.model with parameters of type HistoricalMetricData Modifier and Type Method Description HistoricalMetricResult.BuilderHistoricalMetricResult.Builder. collections(HistoricalMetricData... collections)The set of metrics.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HistoricalMetricData Modifier and Type Method Description HistoricalMetricResult.BuilderHistoricalMetricResult.Builder. collections(Collection<HistoricalMetricData> collections)The set of metrics.
-