| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.builder() |
GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.Builder.capacityForecast(CapacityForecast capacityForecast)
The capacity forecast.
|
default GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.Builder.capacityForecast(Consumer<CapacityForecast.Builder> capacityForecast)
The capacity forecast.
|
GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.Builder.loadForecast(Collection<LoadForecast> loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.Builder.loadForecast(Consumer<LoadForecast.Builder>... loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.Builder.loadForecast(LoadForecast... loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.toBuilder() |
GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.Builder.updateTime(Instant updateTime)
The time the forecast was made.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPredictiveScalingForecastResponse.Builder> |
GetPredictiveScalingForecastResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.