| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWhatIfForecastExportsResponse |
ForecastClient.listWhatIfForecastExports(Consumer<ListWhatIfForecastExportsRequest.Builder> listWhatIfForecastExportsRequest)
Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
|
default ListWhatIfForecastExportsResponse |
ForecastClient.listWhatIfForecastExports(ListWhatIfForecastExportsRequest listWhatIfForecastExportsRequest)
Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWhatIfForecastExportsResponse> |
ForecastAsyncClient.listWhatIfForecastExports(Consumer<ListWhatIfForecastExportsRequest.Builder> listWhatIfForecastExportsRequest)
Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
|
default CompletableFuture<ListWhatIfForecastExportsResponse> |
ForecastAsyncClient.listWhatIfForecastExports(ListWhatIfForecastExportsRequest listWhatIfForecastExportsRequest)
Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWhatIfForecastExportsResponse> |
ListWhatIfForecastExportsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWhatIfForecastExportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWhatIfForecastExportsResponse> subscriber) |
Copyright © 2023. All rights reserved.