Uses of Interface
software.amazon.awssdk.services.forecast.model.ListWhatIfForecastsRequest.Builder
-
Packages that use ListWhatIfForecastsRequest.Builder Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.model -
-
Uses of ListWhatIfForecastsRequest.Builder in software.amazon.awssdk.services.forecast
Method parameters in software.amazon.awssdk.services.forecast with type arguments of type ListWhatIfForecastsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListWhatIfForecastsResponse>ForecastAsyncClient. listWhatIfForecasts(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.default ListWhatIfForecastsResponseForecastClient. listWhatIfForecasts(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.default ListWhatIfForecastsPublisherForecastAsyncClient. listWhatIfForecastsPaginator(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.default ListWhatIfForecastsIterableForecastClient. listWhatIfForecastsPaginator(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation. -
Uses of ListWhatIfForecastsRequest.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return ListWhatIfForecastsRequest.Builder Modifier and Type Method Description static ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest. builder()ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest.Builder. filters(Collection<Filter> filters)An array of filters.ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest.Builder. filters(Consumer<Filter.Builder>... filters)An array of filters.ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest.Builder. filters(Filter... filters)An array of filters.ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest.Builder. maxResults(Integer maxResults)The number of items to return in the response.ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest.Builder. nextToken(String nextToken)If the result of the previous request was truncated, the response includes aNextToken.ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWhatIfForecastsRequest.BuilderListWhatIfForecastsRequest. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type ListWhatIfForecastsRequest.Builder Modifier and Type Method Description static Class<? extends ListWhatIfForecastsRequest.Builder>ListWhatIfForecastsRequest. serializableBuilderClass()
-