Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.GetPredictiveScalingForecastRequest
-
Packages that use GetPredictiveScalingForecastRequest Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources:software.amazon.awssdk.services.applicationautoscaling.transform -
-
Uses of GetPredictiveScalingForecastRequest in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling with parameters of type GetPredictiveScalingForecastRequest Modifier and Type Method Description default CompletableFuture<GetPredictiveScalingForecastResponse>ApplicationAutoScalingAsyncClient. getPredictiveScalingForecast(GetPredictiveScalingForecastRequest getPredictiveScalingForecastRequest)Retrieves the forecast data for a predictive scaling policy.default GetPredictiveScalingForecastResponseApplicationAutoScalingClient. getPredictiveScalingForecast(GetPredictiveScalingForecastRequest getPredictiveScalingForecastRequest)Retrieves the forecast data for a predictive scaling policy. -
Uses of GetPredictiveScalingForecastRequest in software.amazon.awssdk.services.applicationautoscaling.transform
Methods in software.amazon.awssdk.services.applicationautoscaling.transform with parameters of type GetPredictiveScalingForecastRequest Modifier and Type Method Description SdkHttpFullRequestGetPredictiveScalingForecastRequestMarshaller. marshall(GetPredictiveScalingForecastRequest getPredictiveScalingForecastRequest)
-