| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityForecast |
CapacityForecast.clone() |
CapacityForecast |
GetPredictiveScalingForecastResult.getCapacityForecast()
The capacity forecast.
|
CapacityForecast |
CapacityForecast.withTimestamps(Collection<Date> timestamps)
The timestamps for the data points, in UTC format.
|
CapacityForecast |
CapacityForecast.withTimestamps(Date... timestamps)
The timestamps for the data points, in UTC format.
|
CapacityForecast |
CapacityForecast.withValues(Collection<Double> values)
The values of the data points.
|
CapacityForecast |
CapacityForecast.withValues(Double... values)
The values of the data points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPredictiveScalingForecastResult.setCapacityForecast(CapacityForecast capacityForecast)
The capacity forecast.
|
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.withCapacityForecast(CapacityForecast capacityForecast)
The capacity forecast.
|
Copyright © 2024. All rights reserved.