| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleCondition |
MultiConditionalBranch.condition()
The condition to evaluate for the activity path.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimpleCondition> |
Condition.conditions()
The conditions to evaluate for the activity.
|
| Modifier and Type | Method and Description |
|---|---|
MultiConditionalBranch.Builder |
MultiConditionalBranch.Builder.condition(SimpleCondition condition)
The condition to evaluate for the activity path.
|
Condition.Builder |
Condition.Builder.conditions(SimpleCondition... conditions)
The conditions to evaluate for the activity.
|
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
Condition.Builder.conditions(Collection<SimpleCondition> conditions)
The conditions to evaluate for the activity.
|
Copyright © 2019. All rights reserved.