Uses of Class
software.amazon.awssdk.services.ec2.model.Metric
-
Packages that use Metric Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Metric in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Metric Modifier and Type Method Description static MetricMetric. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricMetricValue. metric()The name of the metric.static MetricMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static Metric[]Metric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Metric Modifier and Type Method Description static Set<Metric>Metric. knownValues()List<Metric>GetCapacityManagerMetricDataRequest. metricNames()The names of the metrics to retrieve.List<Metric>GetCapacityManagerMetricDimensionsRequest. metricNames()The metric names to use as an additional filter when retrieving dimensions.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Metric Modifier and Type Method Description MetricValue.BuilderMetricValue.Builder. metric(Metric metric)The name of the metric.GetCapacityManagerMetricDataRequest.BuilderGetCapacityManagerMetricDataRequest.Builder. metricNames(Metric... metricNames)The names of the metrics to retrieve.GetCapacityManagerMetricDimensionsRequest.BuilderGetCapacityManagerMetricDimensionsRequest.Builder. metricNames(Metric... metricNames)The metric names to use as an additional filter when retrieving dimensions.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Metric Modifier and Type Method Description GetCapacityManagerMetricDataRequest.BuilderGetCapacityManagerMetricDataRequest.Builder. metricNames(Collection<Metric> metricNames)The names of the metrics to retrieve.GetCapacityManagerMetricDimensionsRequest.BuilderGetCapacityManagerMetricDimensionsRequest.Builder. metricNames(Collection<Metric> metricNames)The metric names to use as an additional filter when retrieving dimensions.
-