Uses of Class
software.amazon.awssdk.services.personalize.model.StopSolutionVersionCreationResponse
-
Packages that use StopSolutionVersionCreationResponse 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 StopSolutionVersionCreationResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return StopSolutionVersionCreationResponse Modifier and Type Method Description default StopSolutionVersionCreationResponsePersonalizeClient. stopSolutionVersionCreation(Consumer<StopSolutionVersionCreationRequest.Builder> stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.default StopSolutionVersionCreationResponsePersonalizeClient. stopSolutionVersionCreation(StopSolutionVersionCreationRequest stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type StopSolutionVersionCreationResponse Modifier and Type Method Description default CompletableFuture<StopSolutionVersionCreationResponse>PersonalizeAsyncClient. stopSolutionVersionCreation(Consumer<StopSolutionVersionCreationRequest.Builder> stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.default CompletableFuture<StopSolutionVersionCreationResponse>PersonalizeAsyncClient. stopSolutionVersionCreation(StopSolutionVersionCreationRequest stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
-