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