Uses of Class
software.amazon.awssdk.services.ec2.model.MetricValue
Packages that use MetricValue
-
Uses of MetricValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MetricValueModifier and TypeMethodDescriptionfinal List<MetricValue>MetricDataResult.metricValues()The metric values and statistics for this data point, containing the actual capacity usage numbers.Methods in software.amazon.awssdk.services.ec2.model with parameters of type MetricValueModifier and TypeMethodDescriptionMetricDataResult.Builder.metricValues(MetricValue... metricValues) The metric values and statistics for this data point, containing the actual capacity usage numbers.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MetricValueModifier and TypeMethodDescriptionMetricDataResult.Builder.metricValues(Collection<MetricValue> metricValues) The metric values and statistics for this data point, containing the actual capacity usage numbers.