| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
LoadForecast |
LoadForecast.clone() |
LoadForecast |
LoadForecast.withMetricSpecification(PredictiveScalingMetricSpecification metricSpecification)
The metric specification for the load forecast.
|
LoadForecast |
LoadForecast.withTimestamps(Collection<Date> timestamps)
The timestamps for the data points, in UTC format.
|
LoadForecast |
LoadForecast.withTimestamps(Date... timestamps)
The timestamps for the data points, in UTC format.
|
LoadForecast |
LoadForecast.withValues(Collection<Double> values)
The values of the data points.
|
LoadForecast |
LoadForecast.withValues(Double... values)
The values of the data points.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoadForecast> |
GetPredictiveScalingForecastResult.getLoadForecast()
The load forecast.
|
| Modifier and Type | Method and Description |
|---|---|
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.withLoadForecast(LoadForecast... loadForecast)
The load forecast.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPredictiveScalingForecastResult.setLoadForecast(Collection<LoadForecast> loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.withLoadForecast(Collection<LoadForecast> loadForecast)
The load forecast.
|
Copyright © 2024. All rights reserved.