Uses of Interface
software.amazon.awssdk.services.connect.model.TagCondition.Builder
-
Packages that use TagCondition.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of TagCondition.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return TagCondition.Builder Modifier and Type Method Description static TagCondition.BuilderTagCondition. builder()TagCondition.BuilderTagCondition.Builder. tagKey(String tagKey)The tag key in the tag condition.TagCondition.BuilderTagCondition.Builder. tagValue(String tagValue)The tag value in the tag condition.TagCondition.BuilderTagCondition. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type TagCondition.Builder Modifier and Type Method Description static Class<? extends TagCondition.Builder>TagCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type TagCondition.Builder Modifier and Type Method Description default ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. tagCondition(Consumer<TagCondition.Builder> tagCondition)A leaf node condition which can be used to specify a tag condition.
-