Uses of Class
software.amazon.awssdk.services.connectcases.model.BooleanCondition
-
Packages that use BooleanCondition Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of BooleanCondition in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return BooleanCondition Modifier and Type Method Description static BooleanConditionBooleanCondition. fromEqualTo(Consumer<BooleanOperands.Builder> equalTo)Create an instance of this class withequalTo()initialized to the given value.static BooleanConditionBooleanCondition. fromEqualTo(BooleanOperands equalTo)Create an instance of this class withequalTo()initialized to the given value.static BooleanConditionBooleanCondition. fromNotEqualTo(Consumer<BooleanOperands.Builder> notEqualTo)Create an instance of this class withnotEqualTo()initialized to the given value.static BooleanConditionBooleanCondition. fromNotEqualTo(BooleanOperands notEqualTo)Create an instance of this class withnotEqualTo()initialized to the given value.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type BooleanCondition Modifier and Type Method Description List<BooleanCondition>RequiredCaseRule. conditions()List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type BooleanCondition Modifier and Type Method Description RequiredCaseRule.BuilderRequiredCaseRule.Builder. conditions(BooleanCondition... conditions)List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type BooleanCondition Modifier and Type Method Description RequiredCaseRule.BuilderRequiredCaseRule.Builder. conditions(Collection<BooleanCondition> conditions)List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.
-