Uses of Class
software.amazon.awssdk.services.connect.model.AttributeCondition
-
Packages that use AttributeCondition Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AttributeCondition in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AttributeCondition Modifier and Type Method Description AttributeConditionExpression. attributeCondition()An object to specify the predefined attribute condition.AttributeConditionExpression. notAttributeCondition()Returns the value of the NotAttributeCondition property for this object.Methods in software.amazon.awssdk.services.connect.model with parameters of type AttributeCondition Modifier and Type Method Description Expression.BuilderExpression.Builder. attributeCondition(AttributeCondition attributeCondition)An object to specify the predefined attribute condition.Expression.BuilderExpression.Builder. notAttributeCondition(AttributeCondition notAttributeCondition)Sets the value of the NotAttributeCondition property for this object.
-