Uses of Class
software.amazon.awssdk.services.pinpoint.model.WaitTime
-
Packages that use WaitTime Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of WaitTime in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return WaitTime Modifier and Type Method Description WaitTimeConditionalSplitActivity. 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.WaitTimeMultiConditionalSplitActivity. evaluationWaitTime()The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.WaitTimeWaitActivity. waitTime()The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type WaitTime Modifier and Type Method Description ConditionalSplitActivity.BuilderConditionalSplitActivity.Builder. evaluationWaitTime(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.BuilderMultiConditionalSplitActivity.Builder. evaluationWaitTime(WaitTime evaluationWaitTime)The amount of time to wait or the date and time when Amazon Pinpoint determines whether the conditions are met.WaitActivity.BuilderWaitActivity.Builder. waitTime(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.
-