Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.MetricAggregationType
-
Packages that use MetricAggregationType Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of MetricAggregationType in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return MetricAggregationType Modifier and Type Method Description static MetricAggregationTypeMetricAggregationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricAggregationTypeStepScalingPolicyConfiguration. metricAggregationType()The aggregation type for the CloudWatch metrics.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 software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type MetricAggregationType Modifier and Type Method Description static Set<MetricAggregationType>MetricAggregationType. knownValues()Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type MetricAggregationType Modifier and Type Method Description StepScalingPolicyConfiguration.BuilderStepScalingPolicyConfiguration.Builder. metricAggregationType(MetricAggregationType metricAggregationType)The aggregation type for the CloudWatch metrics.
-