Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
StartCondition |
StartCondition.clone() |
StartCondition |
WriteJourneyRequest.getStartCondition()
The segment that defines which users are participants in the journey.
|
StartCondition |
JourneyResponse.getStartCondition()
The segment that defines which users are participants in the journey.
|
StartCondition |
StartCondition.withDescription(String description)
The custom description of the condition.
|
StartCondition |
StartCondition.withEventStartCondition(EventStartCondition eventStartCondition) |
StartCondition |
StartCondition.withSegmentStartCondition(SegmentCondition segmentStartCondition)
The segment that's associated with the first activity in the journey.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteJourneyRequest.setStartCondition(StartCondition startCondition)
The segment that defines which users are participants in the journey.
|
void |
JourneyResponse.setStartCondition(StartCondition startCondition)
The segment that defines which users are participants in the journey.
|
WriteJourneyRequest |
WriteJourneyRequest.withStartCondition(StartCondition startCondition)
The segment that defines which users are participants in the journey.
|
JourneyResponse |
JourneyResponse.withStartCondition(StartCondition startCondition)
The segment that defines which users are participants in the journey.
|
Copyright © 2021. All rights reserved.