Uses of Class
software.amazon.awssdk.services.forecast.model.WhatIfForecastSummary
-
Packages that use WhatIfForecastSummary Package Description software.amazon.awssdk.services.forecast.model software.amazon.awssdk.services.forecast.paginators -
-
Uses of WhatIfForecastSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type WhatIfForecastSummary Modifier and Type Method Description List<WhatIfForecastSummary>ListWhatIfForecastsResponse. whatIfForecasts()An array ofWhatIfForecastsobjects that describe the matched forecasts.Methods in software.amazon.awssdk.services.forecast.model with parameters of type WhatIfForecastSummary Modifier and Type Method Description ListWhatIfForecastsResponse.BuilderListWhatIfForecastsResponse.Builder. whatIfForecasts(WhatIfForecastSummary... whatIfForecasts)An array ofWhatIfForecastsobjects that describe the matched forecasts.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type WhatIfForecastSummary Modifier and Type Method Description ListWhatIfForecastsResponse.BuilderListWhatIfForecastsResponse.Builder. whatIfForecasts(Collection<WhatIfForecastSummary> whatIfForecasts)An array ofWhatIfForecastsobjects that describe the matched forecasts. -
Uses of WhatIfForecastSummary in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type WhatIfForecastSummary Modifier and Type Method Description SdkIterable<WhatIfForecastSummary>ListWhatIfForecastsIterable. whatIfForecasts()Returns an iterable to iterate through the paginatedListWhatIfForecastsResponse.whatIfForecasts()member.SdkPublisher<WhatIfForecastSummary>ListWhatIfForecastsPublisher. whatIfForecasts()Returns a publisher that can be used to get a stream of data.
-