| 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 ListWhatIfForecastsResponse |
ForecastClient.listWhatIfForecasts(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
default ListWhatIfForecastsResponse |
ForecastClient.listWhatIfForecasts(ListWhatIfForecastsRequest listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWhatIfForecastsResponse> |
ForecastAsyncClient.listWhatIfForecasts(Consumer<ListWhatIfForecastsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWhatIfForecastsResponse> |
ListWhatIfForecastsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWhatIfForecastsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWhatIfForecastsResponse> subscriber) |
Copyright © 2023. All rights reserved.