Uses of Class
software.amazon.awssdk.services.forecast.model.ListForecastsResponse
-
Packages that use ListForecastsResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.paginators -
-
Uses of ListForecastsResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListForecastsResponse Modifier and Type Method Description default ListForecastsResponseForecastClient. listForecasts(Consumer<ListForecastsRequest.Builder> listForecastsRequest)Returns a list of forecasts created using the CreateForecast operation.default ListForecastsResponseForecastClient. listForecasts(ListForecastsRequest listForecastsRequest)Returns a list of forecasts created using the CreateForecast operation.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type ListForecastsResponse Modifier and Type Method Description default CompletableFuture<ListForecastsResponse>ForecastAsyncClient. listForecasts(Consumer<ListForecastsRequest.Builder> listForecastsRequest)Returns a list of forecasts created using the CreateForecast operation.default CompletableFuture<ListForecastsResponse>ForecastAsyncClient. listForecasts(ListForecastsRequest listForecastsRequest)Returns a list of forecasts created using the CreateForecast operation. -
Uses of ListForecastsResponse in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type ListForecastsResponse Modifier and Type Method Description Iterator<ListForecastsResponse>ListForecastsIterable. iterator()Method parameters in software.amazon.awssdk.services.forecast.paginators with type arguments of type ListForecastsResponse Modifier and Type Method Description voidListForecastsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListForecastsResponse> subscriber)
-