Uses of Class
software.amazon.awssdk.services.autoscaling.model.LoadForecast
-
Packages that use LoadForecast Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of LoadForecast in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type LoadForecast Modifier and Type Method Description List<LoadForecast>GetPredictiveScalingForecastResponse. loadForecast()The load forecast.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type LoadForecast Modifier and Type Method Description GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. loadForecast(LoadForecast... loadForecast)The load forecast.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type LoadForecast Modifier and Type Method Description GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. loadForecast(Collection<LoadForecast> loadForecast)The load forecast.
-