Uses of Class
software.amazon.awssdk.services.forecast.model.ForecastSummary
-
Packages that use ForecastSummary Package Description software.amazon.awssdk.services.forecast.model software.amazon.awssdk.services.forecast.paginators -
-
Uses of ForecastSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type ForecastSummary Modifier and Type Method Description List<ForecastSummary>ListForecastsResponse. forecasts()An array of objects that summarize each forecast's properties.Methods in software.amazon.awssdk.services.forecast.model with parameters of type ForecastSummary Modifier and Type Method Description ListForecastsResponse.BuilderListForecastsResponse.Builder. forecasts(ForecastSummary... forecasts)An array of objects that summarize each forecast's properties.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type ForecastSummary Modifier and Type Method Description ListForecastsResponse.BuilderListForecastsResponse.Builder. forecasts(Collection<ForecastSummary> forecasts)An array of objects that summarize each forecast's properties. -
Uses of ForecastSummary in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type ForecastSummary Modifier and Type Method Description SdkIterable<ForecastSummary>ListForecastsIterable. forecasts()Returns an iterable to iterate through the paginatedListForecastsResponse.forecasts()member.SdkPublisher<ForecastSummary>ListForecastsPublisher. forecasts()Returns a publisher that can be used to get a stream of data.
-