| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MultiConditionalBranch |
MultiConditionalBranch.clone() |
MultiConditionalBranch |
MultiConditionalBranch.withCondition(SimpleCondition condition)
The condition to evaluate for the activity path.
|
MultiConditionalBranch |
MultiConditionalBranch.withNextActivity(String nextActivity)
The unique identifier for the next activity to perform, after completing the activity for the path.
|
| Modifier and Type | Method and Description |
|---|---|
List<MultiConditionalBranch> |
MultiConditionalSplitActivity.getBranches()
The paths for the activity, including the conditions for entering each path and the activity to perform for each
path.
|
| Modifier and Type | Method and Description |
|---|---|
MultiConditionalSplitActivity |
MultiConditionalSplitActivity.withBranches(MultiConditionalBranch... branches)
The paths for the activity, including the conditions for entering each path and the activity to perform for each
path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiConditionalSplitActivity.setBranches(Collection<MultiConditionalBranch> branches)
The paths for the activity, including the conditions for entering each path and the activity to perform for each
path.
|
MultiConditionalSplitActivity |
MultiConditionalSplitActivity.withBranches(Collection<MultiConditionalBranch> branches)
The paths for the activity, including the conditions for entering each path and the activity to perform for each
path.
|
Copyright © 2020. All rights reserved.