Uses of Class
software.amazon.awssdk.services.connect.model.AttributeAndCondition
-
Packages that use AttributeAndCondition Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AttributeAndCondition in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AttributeAndCondition Modifier and Type Method Description AttributeAndConditionControlPlaneUserAttributeFilter. andCondition()A list of conditions which would be applied together with anANDcondition.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AttributeAndCondition Modifier and Type Method Description List<AttributeAndCondition>ControlPlaneUserAttributeFilter. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.connect.model with parameters of type AttributeAndCondition Modifier and Type Method Description ControlPlaneUserAttributeFilter.BuilderControlPlaneUserAttributeFilter.Builder. andCondition(AttributeAndCondition andCondition)A list of conditions which would be applied together with anANDcondition.ControlPlaneUserAttributeFilter.BuilderControlPlaneUserAttributeFilter.Builder. orConditions(AttributeAndCondition... orConditions)A list of conditions which would be applied together with anORcondition.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AttributeAndCondition Modifier and Type Method Description ControlPlaneUserAttributeFilter.BuilderControlPlaneUserAttributeFilter.Builder. orConditions(Collection<AttributeAndCondition> orConditions)A list of conditions which would be applied together with anORcondition.
-