| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPredictiveScalingForecastResult> |
AmazonAutoScalingAsyncClient.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.
|
Future<GetPredictiveScalingForecastResult> |
AbstractAmazonAutoScalingAsync.getPredictiveScalingForecastAsync(GetPredictiveScalingForecastRequest request,
AsyncHandler<GetPredictiveScalingForecastRequest,GetPredictiveScalingForecastResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPredictiveScalingForecastRequest |
GetPredictiveScalingForecastRequest.clone() |
GetPredictiveScalingForecastRequest |
GetPredictiveScalingForecastRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
GetPredictiveScalingForecastRequest |
GetPredictiveScalingForecastRequest.withEndTime(Date endTime)
The exclusive end time of the time range for the forecast data to get.
|
GetPredictiveScalingForecastRequest |
GetPredictiveScalingForecastRequest.withPolicyName(String policyName)
The name of the policy.
|
GetPredictiveScalingForecastRequest |
GetPredictiveScalingForecastRequest.withStartTime(Date startTime)
The inclusive start time of the time range for the forecast data to get.
|
Copyright © 2022. All rights reserved.