| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.clone() |
PredictiveScalingConfiguration |
PutScalingPolicyRequest.getPredictiveScalingConfiguration()
A predictive scaling policy.
|
PredictiveScalingConfiguration |
ScalingPolicy.getPredictiveScalingConfiguration()
A predictive scaling policy.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMaxCapacityBreachBehavior(PredictiveScalingMaxCapacityBreachBehavior maxCapacityBreachBehavior)
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity
of the Auto Scaling group.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMaxCapacityBreachBehavior(String maxCapacityBreachBehavior)
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity
of the Auto Scaling group.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMaxCapacityBuffer(Integer maxCapacityBuffer)
The size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMetricSpecifications(Collection<PredictiveScalingMetricSpecification> metricSpecifications)
This structure includes the metrics and target utilization to use for predictive scaling.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMetricSpecifications(PredictiveScalingMetricSpecification... metricSpecifications)
This structure includes the metrics and target utilization to use for predictive scaling.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMode(PredictiveScalingMode mode)
The predictive scaling mode.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMode(String mode)
The predictive scaling mode.
|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withSchedulingBufferTime(Integer schedulingBufferTime)
The amount of time, in seconds, by which the instance launch time can be advanced.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutScalingPolicyRequest.setPredictiveScalingConfiguration(PredictiveScalingConfiguration predictiveScalingConfiguration)
A predictive scaling policy.
|
void |
ScalingPolicy.setPredictiveScalingConfiguration(PredictiveScalingConfiguration predictiveScalingConfiguration)
A predictive scaling policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPredictiveScalingConfiguration(PredictiveScalingConfiguration predictiveScalingConfiguration)
A predictive scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPredictiveScalingConfiguration(PredictiveScalingConfiguration predictiveScalingConfiguration)
A predictive scaling policy.
|
Copyright © 2024. All rights reserved.