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