Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
SegmentCondition |
SegmentCondition.clone() |
SegmentCondition |
SimpleCondition.getSegmentCondition()
The segment that's associated with the activity.
|
SegmentCondition |
StartCondition.getSegmentStartCondition()
The segment that's associated with the first activity in the journey.
|
SegmentCondition |
SegmentCondition.withSegmentId(String segmentId)
The unique identifier for the segment to associate with the activity.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleCondition.setSegmentCondition(SegmentCondition segmentCondition)
The segment that's associated with the activity.
|
void |
StartCondition.setSegmentStartCondition(SegmentCondition segmentStartCondition)
The segment that's associated with the first activity in the journey.
|
SimpleCondition |
SimpleCondition.withSegmentCondition(SegmentCondition segmentCondition)
The segment that's associated with the activity.
|
StartCondition |
StartCondition.withSegmentStartCondition(SegmentCondition segmentStartCondition)
The segment that's associated with the first activity in the journey.
|
Copyright © 2020. All rights reserved.