ScalingPlan.UpdateStages.WithSchedules Interface
public static interface ScalingPlan.UpdateStages.WithSchedules
The stage of the ScalingPlan update allowing to specify schedules.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withSchedules(List<ScalingSchedule> schedules)
Specifies the schedules property: List of Scaling |
Method Details
withSchedules
public abstract ScalingPlan.Update withSchedules(List<ScalingSchedule> schedules)
Specifies the schedules property: List of ScalingSchedule definitions..
Parameters:
Returns: