Uses of Class
software.amazon.awssdk.services.forecast.model.ListWhatIfForecastsResponse
-
Packages that use ListWhatIfForecastsResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.paginators -
-
Uses of ListWhatIfForecastsResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListWhatIfForecastsResponse Modifier and Type Method Description default ListWhatIfForecastsResponseForecastClient. listWhatIfForecasts(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.default ListWhatIfForecastsResponseForecastClient. listWhatIfForecasts(ListWhatIfForecastsRequest listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type ListWhatIfForecastsResponse 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 CompletableFuture<ListWhatIfForecastsResponse>ForecastAsyncClient. listWhatIfForecasts(ListWhatIfForecastsRequest listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation. -
Uses of ListWhatIfForecastsResponse in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type ListWhatIfForecastsResponse Modifier and Type Method Description Iterator<ListWhatIfForecastsResponse>ListWhatIfForecastsIterable. iterator()Method parameters in software.amazon.awssdk.services.forecast.paginators with type arguments of type ListWhatIfForecastsResponse Modifier and Type Method Description voidListWhatIfForecastsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWhatIfForecastsResponse> subscriber)
-