Uses of Class
software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
-
Packages that use ListPredictorsResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.paginators -
-
Uses of ListPredictorsResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListPredictorsResponse Modifier and Type Method Description default ListPredictorsResponseForecastClient. listPredictors(Consumer<ListPredictorsRequest.Builder> listPredictorsRequest)Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.default ListPredictorsResponseForecastClient. listPredictors(ListPredictorsRequest listPredictorsRequest)Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type ListPredictorsResponse Modifier and Type Method Description default CompletableFuture<ListPredictorsResponse>ForecastAsyncClient. listPredictors(Consumer<ListPredictorsRequest.Builder> listPredictorsRequest)Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.default CompletableFuture<ListPredictorsResponse>ForecastAsyncClient. listPredictors(ListPredictorsRequest listPredictorsRequest)Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations. -
Uses of ListPredictorsResponse in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type ListPredictorsResponse Modifier and Type Method Description Iterator<ListPredictorsResponse>ListPredictorsIterable. iterator()Method parameters in software.amazon.awssdk.services.forecast.paginators with type arguments of type ListPredictorsResponse Modifier and Type Method Description voidListPredictorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPredictorsResponse> subscriber)
-