Uses of Interface
software.amazon.awssdk.services.forecastquery.model.QueryWhatIfForecastRequest.Builder
-
Packages that use QueryWhatIfForecastRequest.Builder Package Description software.amazon.awssdk.services.forecastquery Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecastquery.model -
-
Uses of QueryWhatIfForecastRequest.Builder in software.amazon.awssdk.services.forecastquery
Method parameters in software.amazon.awssdk.services.forecastquery with type arguments of type QueryWhatIfForecastRequest.Builder Modifier and Type Method Description default CompletableFuture<QueryWhatIfForecastResponse>ForecastqueryAsyncClient. queryWhatIfForecast(Consumer<QueryWhatIfForecastRequest.Builder> queryWhatIfForecastRequest)Retrieves a what-if forecast.default QueryWhatIfForecastResponseForecastqueryClient. queryWhatIfForecast(Consumer<QueryWhatIfForecastRequest.Builder> queryWhatIfForecastRequest)Retrieves a what-if forecast. -
Uses of QueryWhatIfForecastRequest.Builder in software.amazon.awssdk.services.forecastquery.model
Methods in software.amazon.awssdk.services.forecastquery.model that return QueryWhatIfForecastRequest.Builder Modifier and Type Method Description static QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest. builder()QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest.Builder. endDate(String endDate)The end date for the what-if forecast.QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest.Builder. filters(Map<String,String> filters)The filtering criteria to apply when retrieving the forecast.QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest.Builder. nextToken(String nextToken)If the result of the previous request was truncated, the response includes aNextToken.QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest.Builder. startDate(String startDate)The start date for the what-if forecast.QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest. toBuilder()QueryWhatIfForecastRequest.BuilderQueryWhatIfForecastRequest.Builder. whatIfForecastArn(String whatIfForecastArn)The Amazon Resource Name (ARN) of the what-if forecast to query.Methods in software.amazon.awssdk.services.forecastquery.model that return types with arguments of type QueryWhatIfForecastRequest.Builder Modifier and Type Method Description static Class<? extends QueryWhatIfForecastRequest.Builder>QueryWhatIfForecastRequest. serializableBuilderClass()
-