Uses of Enum
software.amazon.awssdk.services.ec2.model.Metric
Packages that use Metric
-
Uses of Metric in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MetricModifier and TypeMethodDescriptionstatic MetricUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MetricMetricValue.metric()The name of the metric.static MetricReturns 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 MetricModifier and TypeMethodDescriptionMetric.knownValues()GetCapacityManagerMetricDataRequest.metricNames()The names of the metrics to retrieve.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 MetricModifier and TypeMethodDescriptionThe name of the metric.GetCapacityManagerMetricDataRequest.Builder.metricNames(Metric... metricNames) The names of the metrics to retrieve.GetCapacityManagerMetricDimensionsRequest.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 MetricModifier and TypeMethodDescriptionGetCapacityManagerMetricDataRequest.Builder.metricNames(Collection<Metric> metricNames) The names of the metrics to retrieve.GetCapacityManagerMetricDimensionsRequest.Builder.metricNames(Collection<Metric> metricNames) The metric names to use as an additional filter when retrieving dimensions.