Uses of Interface
software.amazon.awssdk.services.autoscaling.model.CapacityForecast.Builder
-
Packages that use CapacityForecast.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of CapacityForecast.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return CapacityForecast.Builder Modifier and Type Method Description static CapacityForecast.BuilderCapacityForecast. builder()CapacityForecast.BuilderCapacityForecast.Builder. timestamps(Instant... timestamps)The timestamps for the data points, in UTC format.CapacityForecast.BuilderCapacityForecast.Builder. timestamps(Collection<Instant> timestamps)The timestamps for the data points, in UTC format.CapacityForecast.BuilderCapacityForecast. toBuilder()CapacityForecast.BuilderCapacityForecast.Builder. values(Double... values)The values of the data points.CapacityForecast.BuilderCapacityForecast.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 CapacityForecast.Builder Modifier and Type Method Description static Class<? extends CapacityForecast.Builder>CapacityForecast. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type CapacityForecast.Builder Modifier and Type Method Description default GetPredictiveScalingForecastResponse.BuilderGetPredictiveScalingForecastResponse.Builder. capacityForecast(Consumer<CapacityForecast.Builder> capacityForecast)The capacity forecast.
-