Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.MetricStatistic
-
Packages that use MetricStatistic Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of MetricStatistic in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return MetricStatistic Modifier and Type Method Description static MetricStatisticMetricStatistic. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricStatisticGetEc2RecommendationProjectedMetricsRequest. stat()The statistic of the projected metrics.MetricStatisticGetEcsServiceRecommendationProjectedMetricsRequest. stat()The statistic of the projected metrics.MetricStatisticEBSUtilizationMetric. statistic()The statistic of the utilization metric.MetricStatisticUtilizationMetric. statistic()The statistic of the utilization metric.static MetricStatisticMetricStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricStatistic[]MetricStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type MetricStatistic Modifier and Type Method Description static Set<MetricStatistic>MetricStatistic. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type MetricStatistic Modifier and Type Method Description GetEc2RecommendationProjectedMetricsRequest.BuilderGetEc2RecommendationProjectedMetricsRequest.Builder. stat(MetricStatistic stat)The statistic of the projected metrics.GetEcsServiceRecommendationProjectedMetricsRequest.BuilderGetEcsServiceRecommendationProjectedMetricsRequest.Builder. stat(MetricStatistic stat)The statistic of the projected metrics.EBSUtilizationMetric.BuilderEBSUtilizationMetric.Builder. statistic(MetricStatistic statistic)The statistic of the utilization metric.UtilizationMetric.BuilderUtilizationMetric.Builder. statistic(MetricStatistic statistic)The statistic of the utilization metric.
-