Uses of Class
software.amazon.awssdk.services.personalize.model.CreateSolutionResponse
-
Packages that use CreateSolutionResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of CreateSolutionResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return CreateSolutionResponse Modifier and Type Method Description default CreateSolutionResponsePersonalizeClient. createSolution(Consumer<CreateSolutionRequest.Builder> createSolutionRequest)default CreateSolutionResponsePersonalizeClient. createSolution(CreateSolutionRequest createSolutionRequest)Methods in software.amazon.awssdk.services.personalize that return types with arguments of type CreateSolutionResponse Modifier and Type Method Description default CompletableFuture<CreateSolutionResponse>PersonalizeAsyncClient. createSolution(Consumer<CreateSolutionRequest.Builder> createSolutionRequest)default CompletableFuture<CreateSolutionResponse>PersonalizeAsyncClient. createSolution(CreateSolutionRequest createSolutionRequest)
-