Uses of Interface
software.amazon.awssdk.services.autoscaling.model.LoadForecast.Builder
-
Packages that use LoadForecast.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of LoadForecast.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return LoadForecast.Builder Modifier and Type Method Description static LoadForecast.BuilderLoadForecast. builder()default LoadForecast.BuilderLoadForecast.Builder. metricSpecification(Consumer<PredictiveScalingMetricSpecification.Builder> metricSpecification)The metric specification for the load forecast.LoadForecast.BuilderLoadForecast.Builder. metricSpecification(PredictiveScalingMetricSpecification metricSpecification)The metric specification for the load forecast.LoadForecast.BuilderLoadForecast.Builder. timestamps(Instant... timestamps)The timestamps for the data points, in UTC format.LoadForecast.BuilderLoadForecast.Builder. timestamps(Collection<Instant> timestamps)The timestamps for the data points, in UTC format.LoadForecast.BuilderLoadForecast. toBuilder()LoadForecast.BuilderLoadForecast.Builder. values(Double... values)The values of the data points.LoadForecast.BuilderLoadForecast.Builder. values(Collection<Double> values)The values of the data points.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type LoadForecast.Builder Modifier and Type Method Description static Class<? extends LoadForecast.Builder>LoadForecast. serializableBuilderClass()
-