Uses of Class
software.amazon.awssdk.services.forecast.model.TimeSeriesCondition
-
Packages that use TimeSeriesCondition Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TimeSeriesCondition in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type TimeSeriesCondition Modifier and Type Method Description List<TimeSeriesCondition>TimeSeriesTransformation. timeSeriesConditions()An array of conditions that define which members of the related time series are transformed.Methods in software.amazon.awssdk.services.forecast.model with parameters of type TimeSeriesCondition Modifier and Type Method Description TimeSeriesTransformation.BuilderTimeSeriesTransformation.Builder. timeSeriesConditions(TimeSeriesCondition... timeSeriesConditions)An array of conditions that define which members of the related time series are transformed.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type TimeSeriesCondition Modifier and Type Method Description TimeSeriesTransformation.BuilderTimeSeriesTransformation.Builder. timeSeriesConditions(Collection<TimeSeriesCondition> timeSeriesConditions)An array of conditions that define which members of the related time series are transformed.
-