Uses of Interface
software.amazon.awssdk.services.autoscaling.model.GetPredictiveScalingForecastRequest.Builder
-
Packages that use GetPredictiveScalingForecastRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of GetPredictiveScalingForecastRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type GetPredictiveScalingForecastRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPredictiveScalingForecastResponse>AutoScalingAsyncClient. getPredictiveScalingForecast(Consumer<GetPredictiveScalingForecastRequest.Builder> getPredictiveScalingForecastRequest)Retrieves the forecast data for a predictive scaling policy.default GetPredictiveScalingForecastResponseAutoScalingClient. getPredictiveScalingForecast(Consumer<GetPredictiveScalingForecastRequest.Builder> getPredictiveScalingForecastRequest)Retrieves the forecast data for a predictive scaling policy. -
Uses of GetPredictiveScalingForecastRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return GetPredictiveScalingForecastRequest.Builder Modifier and Type Method Description GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest. builder()GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. endTime(Instant endTime)The exclusive end time of the time range for the forecast data to get.GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. policyName(String policyName)The name of the policy.GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. startTime(Instant startTime)The inclusive start time of the time range for the forecast data to get.GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type GetPredictiveScalingForecastRequest.Builder Modifier and Type Method Description static Class<? extends GetPredictiveScalingForecastRequest.Builder>GetPredictiveScalingForecastRequest. serializableBuilderClass()
-