Uses of Class
com.amazonaws.services.applicationautoscaling.model.MetricAggregationType
-
Packages that use MetricAggregationType Package Description com.amazonaws.services.applicationautoscaling.model -
-
Uses of MetricAggregationType in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return MetricAggregationType Modifier and Type Method Description static MetricAggregationTypeMetricAggregationType. fromValue(String value)Use this in place of valueOf.static MetricAggregationTypeMetricAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricAggregationType[]MetricAggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type MetricAggregationType Modifier and Type Method Description voidStepScalingPolicyConfiguration. setMetricAggregationType(MetricAggregationType metricAggregationType)The aggregation type for the CloudWatch metrics.StepScalingPolicyConfigurationStepScalingPolicyConfiguration. withMetricAggregationType(MetricAggregationType metricAggregationType)The aggregation type for the CloudWatch metrics.
-