| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
GetPredictiveScalingForecastResult |
AbstractAmazonAutoScaling.getPredictiveScalingForecast(GetPredictiveScalingForecastRequest request) |
GetPredictiveScalingForecastResult |
AmazonAutoScalingClient.getPredictiveScalingForecast(GetPredictiveScalingForecastRequest request)
Retrieves the forecast data for a predictive scaling policy.
|
GetPredictiveScalingForecastResult |
AmazonAutoScaling.getPredictiveScalingForecast(GetPredictiveScalingForecastRequest getPredictiveScalingForecastRequest)
Retrieves the forecast data for a predictive scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPredictiveScalingForecastResult> |
AmazonAutoScalingAsyncClient.getPredictiveScalingForecastAsync(GetPredictiveScalingForecastRequest request,
AsyncHandler<GetPredictiveScalingForecastRequest,GetPredictiveScalingForecastResult> asyncHandler) |
Future<GetPredictiveScalingForecastResult> |
AbstractAmazonAutoScalingAsync.getPredictiveScalingForecastAsync(GetPredictiveScalingForecastRequest request,
AsyncHandler<GetPredictiveScalingForecastRequest,GetPredictiveScalingForecastResult> asyncHandler) |
Future<GetPredictiveScalingForecastResult> |
AmazonAutoScalingAsync.getPredictiveScalingForecastAsync(GetPredictiveScalingForecastRequest getPredictiveScalingForecastRequest,
AsyncHandler<GetPredictiveScalingForecastRequest,GetPredictiveScalingForecastResult> asyncHandler)
Retrieves the forecast data for a predictive scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.clone() |
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.withCapacityForecast(CapacityForecast capacityForecast)
The capacity forecast.
|
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.withLoadForecast(Collection<LoadForecast> loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.withLoadForecast(LoadForecast... loadForecast)
The load forecast.
|
GetPredictiveScalingForecastResult |
GetPredictiveScalingForecastResult.withUpdateTime(Date updateTime)
The time the forecast was made.
|
Copyright © 2022. All rights reserved.