| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ConditionalSplitActivity |
ConditionalSplitActivity.clone() |
ConditionalSplitActivity |
Activity.getConditionalSplit()
The settings for a yes/no split activity.
|
ConditionalSplitActivity |
ConditionalSplitActivity.withCondition(Condition condition)
The conditions that define the paths for the activity, and the relationship between the conditions.
|
ConditionalSplitActivity |
ConditionalSplitActivity.withEvaluationWaitTime(WaitTime evaluationWaitTime)
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon
Pinpoint determines whether the conditions are met.
|
ConditionalSplitActivity |
ConditionalSplitActivity.withFalseActivity(String falseActivity)
The unique identifier for the activity to perform if the conditions aren't met.
|
ConditionalSplitActivity |
ConditionalSplitActivity.withTrueActivity(String trueActivity)
The unique identifier for the activity to perform if the conditions are met.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setConditionalSplit(ConditionalSplitActivity conditionalSplit)
The settings for a yes/no split activity.
|
Activity |
Activity.withConditionalSplit(ConditionalSplitActivity conditionalSplit)
The settings for a yes/no split activity.
|
Copyright © 2020. All rights reserved.