Uses of Interface
software.amazon.awssdk.services.autoscaling.model.GetPredictiveScalingForecastResponse.Builder
-
Packages that use GetPredictiveScalingForecastResponse.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of GetPredictiveScalingForecastResponse.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return GetPredictiveScalingForecastResponse.Builder Modifier and Type Method Description static GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse. builder()default GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. capacityForecast(Consumer<CapacityForecast.Builder> capacityForecast)The capacity forecast.GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. capacityForecast(CapacityForecast capacityForecast)The capacity forecast.GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. loadForecast(Collection<LoadForecast> loadForecast)The load forecast.GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. loadForecast(Consumer<LoadForecast.Builder>... loadForecast)The load forecast.GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. loadForecast(LoadForecast... loadForecast)The load forecast.GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse. toBuilder()GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. updateTime(Instant updateTime)The time the forecast was made.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type GetPredictiveScalingForecastResponse.Builder Modifier and Type Method Description static Class<? extends GetPredictiveScalingForecastResponse.Builder>GetPredictiveScalingForecastResponse. serializableBuilderClass()
-