Uses of Class
software.amazon.awssdk.services.personalize.model.ListRecipesResponse
-
Packages that use ListRecipesResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.paginators -
-
Uses of ListRecipesResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListRecipesResponse Modifier and Type Method Description default ListRecipesResponsePersonalizeClient. listRecipes(Consumer<ListRecipesRequest.Builder> listRecipesRequest)Returns a list of available recipes.default ListRecipesResponsePersonalizeClient. listRecipes(ListRecipesRequest listRecipesRequest)Returns a list of available recipes.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListRecipesResponse Modifier and Type Method Description default CompletableFuture<ListRecipesResponse>PersonalizeAsyncClient. listRecipes(Consumer<ListRecipesRequest.Builder> listRecipesRequest)Returns a list of available recipes.default CompletableFuture<ListRecipesResponse>PersonalizeAsyncClient. listRecipes(ListRecipesRequest listRecipesRequest)Returns a list of available recipes. -
Uses of ListRecipesResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListRecipesResponse Modifier and Type Method Description Iterator<ListRecipesResponse>ListRecipesIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListRecipesResponse Modifier and Type Method Description voidListRecipesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecipesResponse> subscriber)
-