Uses of Class
software.amazon.awssdk.services.connect.model.CommonAttributeAndCondition
-
Packages that use CommonAttributeAndCondition Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CommonAttributeAndCondition in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CommonAttributeAndCondition Modifier and Type Method Description CommonAttributeAndConditionControlPlaneAttributeFilter. 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 CommonAttributeAndCondition Modifier and Type Method Description List<CommonAttributeAndCondition>ControlPlaneAttributeFilter. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.connect.model with parameters of type CommonAttributeAndCondition Modifier and Type Method Description ControlPlaneAttributeFilter.BuilderControlPlaneAttributeFilter.Builder. andCondition(CommonAttributeAndCondition andCondition)A list of conditions which would be applied together with anANDcondition.ControlPlaneAttributeFilter.BuilderControlPlaneAttributeFilter.Builder. orConditions(CommonAttributeAndCondition... 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 CommonAttributeAndCondition Modifier and Type Method Description ControlPlaneAttributeFilter.BuilderControlPlaneAttributeFilter.Builder. orConditions(Collection<CommonAttributeAndCondition> orConditions)A list of conditions which would be applied together with anORcondition.
-