Uses of Class
software.amazon.awssdk.services.connect.model.TagCondition
-
Packages that use TagCondition Package Description software.amazon.awssdk.services.connect.model -
-
Uses of TagCondition in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return TagCondition Modifier and Type Method Description TagConditionControlPlaneTagFilter. tagCondition()A leaf node condition which can be used to specify a tag condition.TagConditionControlPlaneUserAttributeFilter. tagCondition()Returns the value of the TagCondition property for this object.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type TagCondition Modifier and Type Method Description List<TagCondition>ControlPlaneTagFilter. andConditions()A list of conditions which would be applied together with anANDcondition.List<List<TagCondition>>ControlPlaneTagFilter. orConditions()A list of conditions which would be applied together with anORcondition.List<TagCondition>AttributeAndCondition. tagConditions()A leaf node condition which can be used to specify a tag condition.Methods in software.amazon.awssdk.services.connect.model with parameters of type TagCondition Modifier and Type Method Description ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. andConditions(TagCondition... andConditions)A list of conditions which would be applied together with anANDcondition.ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. tagCondition(TagCondition tagCondition)A leaf node condition which can be used to specify a tag condition.ControlPlaneUserAttributeFilter.BuilderControlPlaneUserAttributeFilter.Builder. tagCondition(TagCondition tagCondition)Sets the value of the TagCondition property for this object.AttributeAndCondition.BuilderAttributeAndCondition.Builder. tagConditions(TagCondition... tagConditions)A leaf node condition which can be used to specify a tag condition.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type TagCondition Modifier and Type Method Description ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. andConditions(Collection<TagCondition> andConditions)A list of conditions which would be applied together with anANDcondition.ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. orConditions(Collection<? extends Collection<TagCondition>> orConditions)A list of conditions which would be applied together with anORcondition.AttributeAndCondition.BuilderAttributeAndCondition.Builder. tagConditions(Collection<TagCondition> tagConditions)A leaf node condition which can be used to specify a tag condition.
-