Uses of Class
software.amazon.awssdk.services.pinpoint.model.SegmentCondition
-
Packages that use SegmentCondition Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentCondition in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentCondition Modifier and Type Method Description SegmentConditionSimpleCondition. segmentCondition()The segment that's associated with the activity.SegmentConditionStartCondition. segmentStartCondition()The segment that's associated with the first activity in the journey.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SegmentCondition Modifier and Type Method Description SimpleCondition.BuilderSimpleCondition.Builder. segmentCondition(SegmentCondition segmentCondition)The segment that's associated with the activity.StartCondition.BuilderStartCondition.Builder. segmentStartCondition(SegmentCondition segmentStartCondition)The segment that's associated with the first activity in the journey.
-