| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.model |
| 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 CompletableFuture<ListWhatIfForecastsResponse> |
ForecastAsyncClient.listWhatIfForecasts(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
default ListWhatIfForecastsIterable |
ForecastClient.listWhatIfForecastsPaginator(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
default ListWhatIfForecastsPublisher |
ForecastAsyncClient.listWhatIfForecastsPaginator(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)
Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
static ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.builder() |
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.Builder.filters(Collection<Filter> filters)
An array of filters.
|
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
An array of filters.
|
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.Builder.filters(Filter... filters)
An array of filters.
|
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.Builder.maxResults(Integer maxResults)
The number of items to return in the response.
|
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.Builder.nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWhatIfForecastsRequest.Builder |
ListWhatIfForecastsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWhatIfForecastsRequest.Builder> |
ListWhatIfForecastsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.