Uses of Class
software.amazon.awssdk.services.personalize.model.ListSolutionVersionsResponse
-
Packages that use ListSolutionVersionsResponse 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 ListSolutionVersionsResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListSolutionVersionsResponse Modifier and Type Method Description default ListSolutionVersionsResponsePersonalizeClient. listSolutionVersions(Consumer<ListSolutionVersionsRequest.Builder> listSolutionVersionsRequest)Returns a list of solution versions for the given solution.default ListSolutionVersionsResponsePersonalizeClient. listSolutionVersions(ListSolutionVersionsRequest listSolutionVersionsRequest)Returns a list of solution versions for the given solution.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListSolutionVersionsResponse Modifier and Type Method Description default CompletableFuture<ListSolutionVersionsResponse>PersonalizeAsyncClient. listSolutionVersions(Consumer<ListSolutionVersionsRequest.Builder> listSolutionVersionsRequest)Returns a list of solution versions for the given solution.default CompletableFuture<ListSolutionVersionsResponse>PersonalizeAsyncClient. listSolutionVersions(ListSolutionVersionsRequest listSolutionVersionsRequest)Returns a list of solution versions for the given solution. -
Uses of ListSolutionVersionsResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListSolutionVersionsResponse Modifier and Type Method Description Iterator<ListSolutionVersionsResponse>ListSolutionVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListSolutionVersionsResponse Modifier and Type Method Description voidListSolutionVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSolutionVersionsResponse> subscriber)
-