Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
RandomSplitEntry |
RandomSplitEntry.clone() |
RandomSplitEntry |
RandomSplitEntry.withNextActivity(String nextActivity)
The unique identifier for the next activity to perform, after completing the activity for the path.
|
RandomSplitEntry |
RandomSplitEntry.withPercentage(Integer percentage)
The percentage of participants to send down the activity path.
|
Modifier and Type | Method and Description |
---|---|
List<RandomSplitEntry> |
RandomSplitActivity.getBranches()
The paths for the activity, including the percentage of participants to enter each path and the activity to
perform for each path.
|
Modifier and Type | Method and Description |
---|---|
RandomSplitActivity |
RandomSplitActivity.withBranches(RandomSplitEntry... branches)
The paths for the activity, including the percentage of participants to enter each path and the activity to
perform for each path.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomSplitActivity.setBranches(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.
|
RandomSplitActivity |
RandomSplitActivity.withBranches(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.
|
Copyright © 2023. All rights reserved.