Uses of Class
software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
-
Packages that use MetricKeyDataPoints Package Description software.amazon.awssdk.services.pi.model -
-
Uses of MetricKeyDataPoints in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type MetricKeyDataPoints Modifier and Type Method Description List<MetricKeyDataPoints>GetResourceMetricsResponse. metricList()An array of metric results, where each array element contains all of the data points for a particular dimension.Methods in software.amazon.awssdk.services.pi.model with parameters of type MetricKeyDataPoints Modifier and Type Method Description GetResourceMetricsResponse.BuilderGetResourceMetricsResponse.Builder. metricList(MetricKeyDataPoints... metricList)An array of metric results, where each array element contains all of the data points for a particular dimension.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type MetricKeyDataPoints Modifier and Type Method Description GetResourceMetricsResponse.BuilderGetResourceMetricsResponse.Builder. metricList(Collection<MetricKeyDataPoints> metricList)An array of metric results, where each array element contains all of the data points for a particular dimension.
-