Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
Condition |
Condition.clone() |
Condition |
ConditionalSplitActivity.getCondition()
The conditions that define the paths for the activity, and the relationship between the conditions.
|
Condition |
Condition.withConditions(Collection<SimpleCondition> conditions)
The conditions to evaluate for the activity.
|
Condition |
Condition.withConditions(SimpleCondition... conditions)
The conditions to evaluate for the activity.
|
Condition |
Condition.withOperator(Operator operator)
Specifies how to handle multiple conditions for the activity.
|
Condition |
Condition.withOperator(String operator)
Specifies how to handle multiple conditions for the activity.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionalSplitActivity.setCondition(Condition condition)
The conditions that define the paths for the activity, and the relationship between the conditions.
|
ConditionalSplitActivity |
ConditionalSplitActivity.withCondition(Condition condition)
The conditions that define the paths for the activity, and the relationship between the conditions.
|
Copyright © 2023. All rights reserved.