| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
List<MultiConditionalBranch> |
MultiConditionalSplitActivity.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 |
|---|---|
MultiConditionalSplitActivity.Builder |
MultiConditionalSplitActivity.Builder.branches(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 |
|---|---|
MultiConditionalSplitActivity.Builder |
MultiConditionalSplitActivity.Builder.branches(Collection<MultiConditionalBranch> branches)
The paths for the activity, including the conditions for entering each path and the activity to perform for
each path.
|
Copyright © 2023. All rights reserved.