Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
WaitTime |
WaitTime.clone() |
WaitTime |
ConditionalSplitActivity.getEvaluationWaitTime()
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon
Pinpoint determines whether the conditions are met.
|
WaitTime |
MultiConditionalSplitActivity.getEvaluationWaitTime()
The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.
|
WaitTime |
WaitActivity.getWaitTime()
The amount of time to wait or the date and time when the activity moves participants to the next activity in the
journey.
|
WaitTime |
WaitTime.withWaitFor(String waitFor)
The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity's
conditions have been met or moving participants to the next activity in the journey.
|
WaitTime |
WaitTime.withWaitUntil(String waitUntil)
The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity's conditions have
been met or the activity moves participants to the next activity in the journey.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionalSplitActivity.setEvaluationWaitTime(WaitTime evaluationWaitTime)
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon
Pinpoint determines whether the conditions are met.
|
void |
MultiConditionalSplitActivity.setEvaluationWaitTime(WaitTime evaluationWaitTime)
The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.
|
void |
WaitActivity.setWaitTime(WaitTime waitTime)
The amount of time to wait or the date and time when the activity moves participants to the next activity in the
journey.
|
ConditionalSplitActivity |
ConditionalSplitActivity.withEvaluationWaitTime(WaitTime evaluationWaitTime)
The amount of time to wait before determining whether the conditions are met, or the date and time when Amazon
Pinpoint determines whether the conditions are met.
|
MultiConditionalSplitActivity |
MultiConditionalSplitActivity.withEvaluationWaitTime(WaitTime evaluationWaitTime)
The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.
|
WaitActivity |
WaitActivity.withWaitTime(WaitTime waitTime)
The amount of time to wait or the date and time when the activity moves participants to the next activity in the
journey.
|
Copyright © 2022. All rights reserved.