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