| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesCondition |
TimeSeriesCondition.clone() |
TimeSeriesCondition |
TimeSeriesCondition.withAttributeName(String attributeName)
The item_id, dimension name, IM name, or timestamp that you are modifying.
|
TimeSeriesCondition |
TimeSeriesCondition.withAttributeValue(String attributeValue)
The value that is applied for the chosen
Condition. |
TimeSeriesCondition |
TimeSeriesCondition.withCondition(Condition condition)
The condition to apply.
|
TimeSeriesCondition |
TimeSeriesCondition.withCondition(String condition)
The condition to apply.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSeriesCondition> |
TimeSeriesTransformation.getTimeSeriesConditions()
An array of conditions that define which members of the related time series are transformed.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesTransformation |
TimeSeriesTransformation.withTimeSeriesConditions(TimeSeriesCondition... timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesTransformation.setTimeSeriesConditions(Collection<TimeSeriesCondition> timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
|
TimeSeriesTransformation |
TimeSeriesTransformation.withTimeSeriesConditions(Collection<TimeSeriesCondition> timeSeriesConditions)
An array of conditions that define which members of the related time series are transformed.
|
Copyright © 2025. All rights reserved.