Uses of Class
software.amazon.awssdk.services.evidently.model.ScheduledSplitsLaunchConfig
-
Packages that use ScheduledSplitsLaunchConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ScheduledSplitsLaunchConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ScheduledSplitsLaunchConfig Modifier and Type Method Description ScheduledSplitsLaunchConfigCreateLaunchRequest. scheduledSplitsConfig()An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.ScheduledSplitsLaunchConfigUpdateLaunchRequest. scheduledSplitsConfig()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 ScheduledSplitsLaunchConfig Modifier and Type Method Description CreateLaunchRequest.BuilderCreateLaunchRequest.Builder. scheduledSplitsConfig(ScheduledSplitsLaunchConfig scheduledSplitsConfig)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.UpdateLaunchRequest.BuilderUpdateLaunchRequest.Builder. scheduledSplitsConfig(ScheduledSplitsLaunchConfig scheduledSplitsConfig)An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
-