Uses of Class
software.amazon.awssdk.services.personalize.model.ListSolutionsResponse
-
Packages that use ListSolutionsResponse 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 ListSolutionsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListSolutionsResponse Modifier and Type Method Description default ListSolutionsResponsePersonalizeClient. listSolutions(Consumer<ListSolutionsRequest.Builder> listSolutionsRequest)Returns a list of solutions that use the given dataset group.default ListSolutionsResponsePersonalizeClient. listSolutions(ListSolutionsRequest listSolutionsRequest)Returns a list of solutions that use the given dataset group.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListSolutionsResponse Modifier and Type Method Description default CompletableFuture<ListSolutionsResponse>PersonalizeAsyncClient. listSolutions(Consumer<ListSolutionsRequest.Builder> listSolutionsRequest)Returns a list of solutions that use the given dataset group.default CompletableFuture<ListSolutionsResponse>PersonalizeAsyncClient. listSolutions(ListSolutionsRequest listSolutionsRequest)Returns a list of solutions that use the given dataset group. -
Uses of ListSolutionsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListSolutionsResponse Modifier and Type Method Description Iterator<ListSolutionsResponse>ListSolutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListSolutionsResponse Modifier and Type Method Description voidListSolutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSolutionsResponse> subscriber)
-