Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.GetPredictiveScalingForecastRequest.Builder
-
Packages that use GetPredictiveScalingForecastRequest.Builder 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.model -
-
Uses of GetPredictiveScalingForecastRequest.Builder in software.amazon.awssdk.services.applicationautoscaling
Method parameters in software.amazon.awssdk.services.applicationautoscaling with type arguments of type GetPredictiveScalingForecastRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPredictiveScalingForecastResponse>ApplicationAutoScalingAsyncClient. getPredictiveScalingForecast(Consumer<GetPredictiveScalingForecastRequest.Builder> getPredictiveScalingForecastRequest)Retrieves the forecast data for a predictive scaling policy.default GetPredictiveScalingForecastResponseApplicationAutoScalingClient. getPredictiveScalingForecast(Consumer<GetPredictiveScalingForecastRequest.Builder> getPredictiveScalingForecastRequest)Retrieves the forecast data for a predictive scaling policy. -
Uses of GetPredictiveScalingForecastRequest.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return GetPredictiveScalingForecastRequest.Builder Modifier and Type Method Description 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. resourceId(String resourceId)The identifier of the resource.GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. scalableDimension(String scalableDimension)The scalable dimension.GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. scalableDimension(ScalableDimension scalableDimension)The scalable dimension.GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. serviceNamespace(String serviceNamespace)The namespace of the Amazon Web Services service that provides the resource.GetPredictiveScalingForecastRequest.BuilderGetPredictiveScalingForecastRequest.Builder. serviceNamespace(ServiceNamespace serviceNamespace)The namespace of the Amazon Web Services service that provides the resource.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.applicationautoscaling.model that return types with arguments of type GetPredictiveScalingForecastRequest.Builder Modifier and Type Method Description static Class<? extends GetPredictiveScalingForecastRequest.Builder>GetPredictiveScalingForecastRequest. serializableBuilderClass()
-