| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static CapacityForecast.Builder |
CapacityForecast.builder() |
CapacityForecast.Builder |
CapacityForecast.Builder.timestamps(Collection<Instant> timestamps)
The timestamps for the data points, in UTC format.
|
CapacityForecast.Builder |
CapacityForecast.Builder.timestamps(Instant... timestamps)
The timestamps for the data points, in UTC format.
|
CapacityForecast.Builder |
CapacityForecast.toBuilder() |
CapacityForecast.Builder |
CapacityForecast.Builder.values(Collection<Double> values)
The values of the data points.
|
CapacityForecast.Builder |
CapacityForecast.Builder.values(Double... values)
The values of the data points.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CapacityForecast.Builder> |
CapacityForecast.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPredictiveScalingForecastResponse.Builder |
GetPredictiveScalingForecastResponse.Builder.capacityForecast(Consumer<CapacityForecast.Builder> capacityForecast)
The capacity forecast.
|
Copyright © 2022. All rights reserved.