Uses of Interface
software.amazon.awssdk.services.connect.model.ContactFlowSearchFilter.Builder
-
Packages that use ContactFlowSearchFilter.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactFlowSearchFilter.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactFlowSearchFilter.Builder Modifier and Type Method Description static ContactFlowSearchFilter.BuilderContactFlowSearchFilter. builder()default ContactFlowSearchFilter.BuilderContactFlowSearchFilter.Builder. tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.ContactFlowSearchFilter.BuilderContactFlowSearchFilter.Builder. tagFilter(ControlPlaneTagFilter tagFilter)Sets the value of the TagFilter property for this object.ContactFlowSearchFilter.BuilderContactFlowSearchFilter. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ContactFlowSearchFilter.Builder Modifier and Type Method Description static Class<? extends ContactFlowSearchFilter.Builder>ContactFlowSearchFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ContactFlowSearchFilter.Builder Modifier and Type Method Description default SearchContactFlowsRequest.BuilderSearchContactFlowsRequest.Builder. searchFilter(Consumer<ContactFlowSearchFilter.Builder> searchFilter)Filters to be applied to search results.
-