Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.GetScalingPlanResourceForecastDataResponse
-
Packages that use GetScalingPlanResourceForecastDataResponse Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling -
-
Uses of GetScalingPlanResourceForecastDataResponse in software.amazon.awssdk.services.autoscalingplans
Methods in software.amazon.awssdk.services.autoscalingplans that return GetScalingPlanResourceForecastDataResponse Modifier and Type Method Description default GetScalingPlanResourceForecastDataResponseAutoScalingPlansClient. getScalingPlanResourceForecastData(Consumer<GetScalingPlanResourceForecastDataRequest.Builder> getScalingPlanResourceForecastDataRequest)Retrieves the forecast data for a scalable resource.default GetScalingPlanResourceForecastDataResponseAutoScalingPlansClient. getScalingPlanResourceForecastData(GetScalingPlanResourceForecastDataRequest getScalingPlanResourceForecastDataRequest)Retrieves the forecast data for a scalable resource.Methods in software.amazon.awssdk.services.autoscalingplans that return types with arguments of type GetScalingPlanResourceForecastDataResponse Modifier and Type Method Description default CompletableFuture<GetScalingPlanResourceForecastDataResponse>AutoScalingPlansAsyncClient. getScalingPlanResourceForecastData(Consumer<GetScalingPlanResourceForecastDataRequest.Builder> getScalingPlanResourceForecastDataRequest)Retrieves the forecast data for a scalable resource.default CompletableFuture<GetScalingPlanResourceForecastDataResponse>AutoScalingPlansAsyncClient. getScalingPlanResourceForecastData(GetScalingPlanResourceForecastDataRequest getScalingPlanResourceForecastDataRequest)Retrieves the forecast data for a scalable resource.
-