Uses of Class
software.amazon.awssdk.services.personalize.model.SolutionUpdateConfig
-
Packages that use SolutionUpdateConfig Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of SolutionUpdateConfig in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return SolutionUpdateConfig Modifier and Type Method Description SolutionUpdateConfigSolutionUpdateSummary. solutionUpdateConfig()The configuration details of the solution.SolutionUpdateConfigUpdateSolutionRequest. solutionUpdateConfig()The new configuration details of the solution.Methods in software.amazon.awssdk.services.personalize.model with parameters of type SolutionUpdateConfig Modifier and Type Method Description SolutionUpdateSummary.BuilderSolutionUpdateSummary.Builder. solutionUpdateConfig(SolutionUpdateConfig solutionUpdateConfig)The configuration details of the solution.UpdateSolutionRequest.BuilderUpdateSolutionRequest.Builder. solutionUpdateConfig(SolutionUpdateConfig solutionUpdateConfig)The new configuration details of the solution.
-