Uses of Class
software.amazon.awssdk.services.ec2.model.MetricValue
-
Packages that use MetricValue Package Description software.amazon.awssdk.services.ec2.model -
-
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 MetricValue Modifier and Type Method Description 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 MetricValue Modifier and Type Method Description MetricDataResult.BuilderMetricDataResult.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 MetricValue Modifier and Type Method Description MetricDataResult.BuilderMetricDataResult.Builder. metricValues(Collection<MetricValue> metricValues)The metric values and statistics for this data point, containing the actual capacity usage numbers.
-