Uses of Class
software.amazon.awssdk.services.pinpoint.model.SimpleCondition
-
Packages that use SimpleCondition Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SimpleCondition in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SimpleCondition Modifier and Type Method Description SimpleConditionMultiConditionalBranch. condition()The condition to evaluate for the activity path.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SimpleCondition Modifier and Type Method Description List<SimpleCondition>Condition. conditions()The conditions to evaluate for the activity.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SimpleCondition Modifier and Type Method Description MultiConditionalBranch.BuilderMultiConditionalBranch.Builder. condition(SimpleCondition condition)The condition to evaluate for the activity path.Condition.BuilderCondition.Builder. conditions(SimpleCondition... conditions)The conditions to evaluate for the activity.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SimpleCondition Modifier and Type Method Description Condition.BuilderCondition.Builder. conditions(Collection<SimpleCondition> conditions)The conditions to evaluate for the activity.
-