Uses of Class
software.amazon.awssdk.services.personalize.model.DeleteSolutionRequest
-
Packages that use DeleteSolutionRequest 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.transform -
-
Uses of DeleteSolutionRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type DeleteSolutionRequest Modifier and Type Method Description default CompletableFuture<DeleteSolutionResponse>PersonalizeAsyncClient. deleteSolution(DeleteSolutionRequest deleteSolutionRequest)Deletes all versions of a solution and theSolutionobject itself.default DeleteSolutionResponsePersonalizeClient. deleteSolution(DeleteSolutionRequest deleteSolutionRequest)Deletes all versions of a solution and theSolutionobject itself. -
Uses of DeleteSolutionRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type DeleteSolutionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSolutionRequestMarshaller. marshall(DeleteSolutionRequest deleteSolutionRequest)
-