Uses of Class
software.amazon.awssdk.services.evidently.model.ScheduledSplitConfig
-
Packages that use ScheduledSplitConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ScheduledSplitConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ScheduledSplitConfig Modifier and Type Method Description List<ScheduledSplitConfig>ScheduledSplitsLaunchConfig. steps()An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.Methods in software.amazon.awssdk.services.evidently.model with parameters of type ScheduledSplitConfig Modifier and Type Method Description ScheduledSplitsLaunchConfig.BuilderScheduledSplitsLaunchConfig.Builder. steps(ScheduledSplitConfig... steps)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type ScheduledSplitConfig Modifier and Type Method Description ScheduledSplitsLaunchConfig.BuilderScheduledSplitsLaunchConfig.Builder. steps(Collection<ScheduledSplitConfig> steps)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
-