| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleCondition |
SimpleCondition.clone() |
SimpleCondition |
MultiConditionalBranch.getCondition()
The condition to evaluate for the activity path.
|
SimpleCondition |
SimpleCondition.withEventCondition(EventCondition eventCondition)
The dimension settings for the event that's associated with the activity.
|
SimpleCondition |
SimpleCondition.withSegmentCondition(SegmentCondition segmentCondition)
The segment that's associated with the activity.
|
SimpleCondition |
SimpleCondition.withSegmentDimensions(SegmentDimensions segmentDimensions)
The dimension settings for the segment that's associated with the activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimpleCondition> |
Condition.getConditions()
The conditions to evaluate for the activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiConditionalBranch.setCondition(SimpleCondition condition)
The condition to evaluate for the activity path.
|
MultiConditionalBranch |
MultiConditionalBranch.withCondition(SimpleCondition condition)
The condition to evaluate for the activity path.
|
Condition |
Condition.withConditions(SimpleCondition... conditions)
The conditions to evaluate for the activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.setConditions(Collection<SimpleCondition> conditions)
The conditions to evaluate for the activity.
|
Condition |
Condition.withConditions(Collection<SimpleCondition> conditions)
The conditions to evaluate for the activity.
|
Copyright © 2021. All rights reserved.