Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model |
Modifier and Type | Method and Description |
---|---|
static MetricAggregationType |
MetricAggregationType.fromValue(String value)
Use this in place of valueOf.
|
static MetricAggregationType |
MetricAggregationType.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.
|
Modifier and Type | Method and Description |
---|---|
void |
StepScalingPolicyConfiguration.setMetricAggregationType(MetricAggregationType metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
StepScalingPolicyConfiguration |
StepScalingPolicyConfiguration.withMetricAggregationType(MetricAggregationType metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
Copyright © 2018. All rights reserved.