Uses of Class
software.amazon.awssdk.services.forecast.model.WhatIfForecastExportSummary
-
Packages that use WhatIfForecastExportSummary Package Description software.amazon.awssdk.services.forecast.model software.amazon.awssdk.services.forecast.paginators -
-
Uses of WhatIfForecastExportSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type WhatIfForecastExportSummary Modifier and Type Method Description List<WhatIfForecastExportSummary>ListWhatIfForecastExportsResponse. whatIfForecastExports()An array ofWhatIfForecastExportsobjects that describe the matched forecast exports.Methods in software.amazon.awssdk.services.forecast.model with parameters of type WhatIfForecastExportSummary Modifier and Type Method Description ListWhatIfForecastExportsResponse.BuilderListWhatIfForecastExportsResponse.Builder. whatIfForecastExports(WhatIfForecastExportSummary... whatIfForecastExports)An array ofWhatIfForecastExportsobjects that describe the matched forecast exports.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type WhatIfForecastExportSummary Modifier and Type Method Description ListWhatIfForecastExportsResponse.BuilderListWhatIfForecastExportsResponse.Builder. whatIfForecastExports(Collection<WhatIfForecastExportSummary> whatIfForecastExports)An array ofWhatIfForecastExportsobjects that describe the matched forecast exports. -
Uses of WhatIfForecastExportSummary in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type WhatIfForecastExportSummary Modifier and Type Method Description SdkIterable<WhatIfForecastExportSummary>ListWhatIfForecastExportsIterable. whatIfForecastExports()Returns an iterable to iterate through the paginatedListWhatIfForecastExportsResponse.whatIfForecastExports()member.SdkPublisher<WhatIfForecastExportSummary>ListWhatIfForecastExportsPublisher. whatIfForecastExports()Returns a publisher that can be used to get a stream of data.
-