Uses of Class
software.amazon.awssdk.services.pinpoint.model.RandomSplitEntry
-
Packages that use RandomSplitEntry Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of RandomSplitEntry in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type RandomSplitEntry Modifier and Type Method Description List<RandomSplitEntry>RandomSplitActivity. branches()The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type RandomSplitEntry Modifier and Type Method Description RandomSplitActivity.BuilderRandomSplitActivity.Builder. branches(RandomSplitEntry... branches)The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type RandomSplitEntry Modifier and Type Method Description RandomSplitActivity.BuilderRandomSplitActivity.Builder. branches(Collection<RandomSplitEntry> branches)The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.
-