Uses of Class
software.amazon.awssdk.services.evidently.model.ScheduledSplitsLaunchDefinition
-
Packages that use ScheduledSplitsLaunchDefinition Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ScheduledSplitsLaunchDefinition in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ScheduledSplitsLaunchDefinition Modifier and Type Method Description ScheduledSplitsLaunchDefinitionLaunch. scheduledSplitsDefinition()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 ScheduledSplitsLaunchDefinition Modifier and Type Method Description Launch.BuilderLaunch.Builder. scheduledSplitsDefinition(ScheduledSplitsLaunchDefinition scheduledSplitsDefinition)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
-