Uses of Interface
software.amazon.awscdk.services.evidently.CfnExperiment.OnlineAbConfigObjectProperty
Packages that use CfnExperiment.OnlineAbConfigObjectProperty
-
Uses of CfnExperiment.OnlineAbConfigObjectProperty in software.amazon.awscdk.services.evidently
Classes in software.amazon.awscdk.services.evidently that implement CfnExperiment.OnlineAbConfigObjectPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnExperiment.OnlineAbConfigObjectPropertyMethods in software.amazon.awscdk.services.evidently that return CfnExperiment.OnlineAbConfigObjectPropertyModifier and TypeMethodDescriptionCfnExperiment.OnlineAbConfigObjectProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.evidently with parameters of type CfnExperiment.OnlineAbConfigObjectPropertyModifier and TypeMethodDescriptionCfnExperiment.Builder.onlineAbConfig(CfnExperiment.OnlineAbConfigObjectProperty onlineAbConfig) A structure that contains the configuration of which variation to use as the "control" version.CfnExperimentProps.Builder.onlineAbConfig(CfnExperiment.OnlineAbConfigObjectProperty onlineAbConfig) Sets the value ofCfnExperimentProps.getOnlineAbConfig()voidCfnExperiment.setOnlineAbConfig(CfnExperiment.OnlineAbConfigObjectProperty value) A structure that contains the configuration of which variation to use as the "control" version.