| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.clone() |
PredictiveScalingMetricSpecification |
LoadForecast.getMetricSpecification()
The metric specification for the load forecast.
|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.withCustomizedCapacityMetricSpecification(PredictiveScalingCustomizedCapacityMetric customizedCapacityMetricSpecification)
The customized capacity metric specification.
|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.withCustomizedLoadMetricSpecification(PredictiveScalingCustomizedLoadMetric customizedLoadMetricSpecification)
The customized load metric specification.
|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.withCustomizedScalingMetricSpecification(PredictiveScalingCustomizedScalingMetric customizedScalingMetricSpecification)
The customized scaling metric specification.
|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.withPredefinedLoadMetricSpecification(PredictiveScalingPredefinedLoadMetric predefinedLoadMetricSpecification)
The predefined load metric specification.
|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.withPredefinedMetricPairSpecification(PredictiveScalingPredefinedMetricPair predefinedMetricPairSpecification)
The predefined metric pair specification from which Amazon EC2 Auto Scaling determines the appropriate scaling
metric and load metric to use.
|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.withPredefinedScalingMetricSpecification(PredictiveScalingPredefinedScalingMetric predefinedScalingMetricSpecification)
The predefined scaling metric specification.
|
PredictiveScalingMetricSpecification |
PredictiveScalingMetricSpecification.withTargetValue(Double targetValue)
Specifies the target utilization.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredictiveScalingMetricSpecification> |
PredictiveScalingConfiguration.getMetricSpecifications()
This structure includes the metrics and target utilization to use for predictive scaling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadForecast.setMetricSpecification(PredictiveScalingMetricSpecification metricSpecification)
The metric specification for the load forecast.
|
LoadForecast |
LoadForecast.withMetricSpecification(PredictiveScalingMetricSpecification metricSpecification)
The metric specification for the load forecast.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMetricSpecifications(PredictiveScalingMetricSpecification... metricSpecifications)
This structure includes the metrics and target utilization to use for predictive scaling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictiveScalingConfiguration.setMetricSpecifications(Collection<PredictiveScalingMetricSpecification> metricSpecifications)
This structure includes the metrics and target utilization to use for predictive scaling.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMetricSpecifications(Collection<PredictiveScalingMetricSpecification> metricSpecifications)
This structure includes the metrics and target utilization to use for predictive scaling.
|
Copyright © 2024. All rights reserved.