| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
PredictiveScalingMetricSpecification |
LoadForecast.metricSpecification()
The metric specification for the load forecast.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredictiveScalingMetricSpecification> |
PredictiveScalingConfiguration.metricSpecifications()
This structure includes the metrics and target utilization to use for predictive scaling.
|
| Modifier and Type | Method and Description |
|---|---|
LoadForecast.Builder |
LoadForecast.Builder.metricSpecification(PredictiveScalingMetricSpecification metricSpecification)
The metric specification for the load forecast.
|
PredictiveScalingConfiguration.Builder |
PredictiveScalingConfiguration.Builder.metricSpecifications(PredictiveScalingMetricSpecification... metricSpecifications)
This structure includes the metrics and target utilization to use for predictive scaling.
|
| Modifier and Type | Method and Description |
|---|---|
PredictiveScalingConfiguration.Builder |
PredictiveScalingConfiguration.Builder.metricSpecifications(Collection<PredictiveScalingMetricSpecification> metricSpecifications)
This structure includes the metrics and target utilization to use for predictive scaling.
|
Copyright © 2023. All rights reserved.