Uses of Class
software.amazon.awssdk.services.evidently.model.OnlineAbConfig
-
Packages that use OnlineAbConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of OnlineAbConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return OnlineAbConfig Modifier and Type Method Description OnlineAbConfigCreateExperimentRequest. onlineAbConfig()A structure that contains the configuration of which variation to use as the "control" version.OnlineAbConfigUpdateExperimentRequest. onlineAbConfig()A structure that contains the configuration of which variation o use as the "control" version.Methods in software.amazon.awssdk.services.evidently.model with parameters of type OnlineAbConfig Modifier and Type Method Description CreateExperimentRequest.BuilderCreateExperimentRequest.Builder. onlineAbConfig(OnlineAbConfig onlineAbConfig)A structure that contains the configuration of which variation to use as the "control" version.UpdateExperimentRequest.BuilderUpdateExperimentRequest.Builder. onlineAbConfig(OnlineAbConfig onlineAbConfig)A structure that contains the configuration of which variation o use as the "control" version.
-