Uses of Class
software.amazon.awssdk.services.forecast.model.TimeSeriesSelector
-
Packages that use TimeSeriesSelector Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TimeSeriesSelector in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return TimeSeriesSelector Modifier and Type Method Description TimeSeriesSelectorCreateForecastRequest. timeSeriesSelector()Defines the set of time series that are used to create the forecasts in aTimeSeriesIdentifiersobject.TimeSeriesSelectorCreateWhatIfAnalysisRequest. timeSeriesSelector()Defines the set of time series that are used in the what-if analysis with aTimeSeriesIdentifiersobject.TimeSeriesSelectorDescribeForecastResponse. timeSeriesSelector()The time series to include in the forecast.TimeSeriesSelectorDescribeWhatIfAnalysisResponse. timeSeriesSelector()Returns the value of the TimeSeriesSelector property for this object.Methods in software.amazon.awssdk.services.forecast.model with parameters of type TimeSeriesSelector Modifier and Type Method Description CreateForecastRequest.BuilderCreateForecastRequest.Builder. timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)Defines the set of time series that are used to create the forecasts in aTimeSeriesIdentifiersobject.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)Defines the set of time series that are used in the what-if analysis with aTimeSeriesIdentifiersobject.DescribeForecastResponse.BuilderDescribeForecastResponse.Builder. timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)The time series to include in the forecast.DescribeWhatIfAnalysisResponse.BuilderDescribeWhatIfAnalysisResponse.Builder. timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)Sets the value of the TimeSeriesSelector property for this object.
-