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