| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model | |
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ForecastExportJobSummary> |
ListForecastExportJobsResponse.forecastExportJobs()
An array of objects that summarize each export job's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListForecastExportJobsResponse.Builder |
ListForecastExportJobsResponse.Builder.forecastExportJobs(ForecastExportJobSummary... forecastExportJobs)
An array of objects that summarize each export job's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListForecastExportJobsResponse.Builder |
ListForecastExportJobsResponse.Builder.forecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)
An array of objects that summarize each export job's properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ForecastExportJobSummary> |
ListForecastExportJobsIterable.forecastExportJobs()
Returns an iterable to iterate through the paginated
ListForecastExportJobsResponse.forecastExportJobs()
member. |
SdkPublisher<ForecastExportJobSummary> |
ListForecastExportJobsPublisher.forecastExportJobs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.