| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.paginators | |
| software.amazon.awssdk.services.forecast.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListWhatIfForecastsResponse |
ForecastClient.listWhatIfForecasts(ListWhatIfForecastsRequest listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
default CompletableFuture<ListWhatIfForecastsResponse> |
ForecastAsyncClient.listWhatIfForecasts(ListWhatIfForecastsRequest listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
default ListWhatIfForecastsIterable |
ForecastClient.listWhatIfForecastsPaginator(ListWhatIfForecastsRequest listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
default ListWhatIfForecastsPublisher |
ForecastAsyncClient.listWhatIfForecastsPaginator(ListWhatIfForecastsRequest listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
| Constructor and Description |
|---|
ListWhatIfForecastsIterable(ForecastClient client,
ListWhatIfForecastsRequest firstRequest) |
ListWhatIfForecastsPublisher(ForecastAsyncClient client,
ListWhatIfForecastsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListWhatIfForecastsRequestMarshaller.marshall(ListWhatIfForecastsRequest listWhatIfForecastsRequest) |
Copyright © 2023. All rights reserved.