| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
RandomSplitActivity |
RandomSplitActivity.clone() |
RandomSplitActivity |
Activity.getRandomSplit()
The settings for a random split activity.
|
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.
|
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 |
Activity.setRandomSplit(RandomSplitActivity randomSplit)
The settings for a random split activity.
|
Activity |
Activity.withRandomSplit(RandomSplitActivity randomSplit)
The settings for a random split activity.
|
Copyright © 2024. All rights reserved.