Uses of Interface
software.amazon.awssdk.services.connect.model.ControlPlaneTagFilter.Builder
-
Packages that use ControlPlaneTagFilter.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ControlPlaneTagFilter.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ControlPlaneTagFilter.Builder 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. andConditions(Consumer<TagCondition.Builder>... andConditions)A list of conditions which would be applied together with anANDcondition.ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. andConditions(TagCondition... andConditions)A list of conditions which would be applied together with anANDcondition.static ControlPlaneTagFilter.BuilderControlPlaneTagFilter. builder()ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. orConditions(Collection<? extends Collection<TagCondition>> orConditions)A list of conditions which would be applied together with anORcondition.ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. orConditions(Collection<TagCondition>... orConditions)A list of conditions which would be applied together with anORcondition.default ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. tagCondition(Consumer<TagCondition.Builder> tagCondition)A leaf node condition which can be used to specify a tag condition.ControlPlaneTagFilter.BuilderControlPlaneTagFilter.Builder. tagCondition(TagCondition tagCondition)A leaf node condition which can be used to specify a tag condition.ControlPlaneTagFilter.BuilderControlPlaneTagFilter. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ControlPlaneTagFilter.Builder Modifier and Type Method Description static Class<? extends ControlPlaneTagFilter.Builder>ControlPlaneTagFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ControlPlaneTagFilter.Builder Modifier and Type Method Description default ContactFlowModuleSearchFilter.BuilderContactFlowModuleSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default ContactFlowSearchFilter.BuilderContactFlowSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default HoursOfOperationSearchFilter.BuilderHoursOfOperationSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default PromptSearchFilter.BuilderPromptSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default QueueSearchFilter.BuilderQueueSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default QuickConnectSearchFilter.BuilderQuickConnectSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default RoutingProfileSearchFilter.BuilderRoutingProfileSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default SecurityProfilesSearchFilter.BuilderSecurityProfilesSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.default UserSearchFilter.BuilderUserSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.
-