Uses of Class
software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
-
Packages that use ForecastExportJobSummary Package Description software.amazon.awssdk.services.forecast.model software.amazon.awssdk.services.forecast.paginators -
-
Uses of ForecastExportJobSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type ForecastExportJobSummary Modifier and Type Method Description List<ForecastExportJobSummary>ListForecastExportJobsResponse. forecastExportJobs()An array of objects that summarize each export job's properties.Methods in software.amazon.awssdk.services.forecast.model with parameters of type ForecastExportJobSummary Modifier and Type Method Description ListForecastExportJobsResponse.BuilderListForecastExportJobsResponse.Builder. forecastExportJobs(ForecastExportJobSummary... forecastExportJobs)An array of objects that summarize each export job's properties.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type ForecastExportJobSummary Modifier and Type Method Description ListForecastExportJobsResponse.BuilderListForecastExportJobsResponse.Builder. forecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)An array of objects that summarize each export job's properties. -
Uses of ForecastExportJobSummary in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type ForecastExportJobSummary Modifier and Type Method Description SdkIterable<ForecastExportJobSummary>ListForecastExportJobsIterable. forecastExportJobs()Returns an iterable to iterate through the paginatedListForecastExportJobsResponse.forecastExportJobs()member.SdkPublisher<ForecastExportJobSummary>ListForecastExportJobsPublisher. forecastExportJobs()Returns a publisher that can be used to get a stream of data.
-