Uses of Class
software.amazon.awssdk.services.connect.model.MetricResultV2
-
Packages that use MetricResultV2 Package Description software.amazon.awssdk.services.connect.model -
-
Uses of MetricResultV2 in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type MetricResultV2 Modifier and Type Method Description List<MetricResultV2>GetMetricDataV2Response. metricResults()Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.Methods in software.amazon.awssdk.services.connect.model with parameters of type MetricResultV2 Modifier and Type Method Description GetMetricDataV2Response.BuilderGetMetricDataV2Response.Builder. metricResults(MetricResultV2... metricResults)Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type MetricResultV2 Modifier and Type Method Description GetMetricDataV2Response.BuilderGetMetricDataV2Response.Builder. metricResults(Collection<MetricResultV2> metricResults)Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.
-