Uses of Enum
com.amazonaws.services.applicationautoscaling.model.MetricAggregationType
Packages that use MetricAggregationType
-
Uses of MetricAggregationType in com.amazonaws.services.applicationautoscaling.model
Subclasses with type arguments of type MetricAggregationType in com.amazonaws.services.applicationautoscaling.modelMethods in com.amazonaws.services.applicationautoscaling.model that return MetricAggregationTypeModifier and TypeMethodDescriptionstatic MetricAggregationTypeUse this in place of valueOf.static MetricAggregationTypeReturns 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 MetricAggregationTypeModifier and TypeMethodDescriptionvoidStepScalingPolicyConfiguration.setMetricAggregationType(MetricAggregationType metricAggregationType) The aggregation type for the CloudWatch metrics.StepScalingPolicyConfiguration.withMetricAggregationType(MetricAggregationType metricAggregationType) The aggregation type for the CloudWatch metrics.