| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
Datapoint |
Datapoint.clone() |
Datapoint |
Datapoint.withTimestamp(Date timestamp)
The time stamp for the data point in UTC format.
|
Datapoint |
Datapoint.withValue(Double value)
The value of the data point.
|
| Modifier and Type | Method and Description |
|---|---|
List<Datapoint> |
GetScalingPlanResourceForecastDataResult.getDatapoints()
The data points to return.
|
| Modifier and Type | Method and Description |
|---|---|
GetScalingPlanResourceForecastDataResult |
GetScalingPlanResourceForecastDataResult.withDatapoints(Datapoint... datapoints)
The data points to return.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetScalingPlanResourceForecastDataResult.setDatapoints(Collection<Datapoint> datapoints)
The data points to return.
|
GetScalingPlanResourceForecastDataResult |
GetScalingPlanResourceForecastDataResult.withDatapoints(Collection<Datapoint> datapoints)
The data points to return.
|
Copyright © 2023. All rights reserved.