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