Uses of Class
software.amazon.awssdk.services.connect.model.ContactFlowModuleSearchCriteria
-
Packages that use ContactFlowModuleSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactFlowModuleSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactFlowModuleSearchCriteria Modifier and Type Method Description ContactFlowModuleSearchCriteriaSearchContactFlowModulesRequest. searchCriteria()The search criteria to be used to return contact flow modules.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ContactFlowModuleSearchCriteria Modifier and Type Method Description List<ContactFlowModuleSearchCriteria>ContactFlowModuleSearchCriteria. andConditions()A list of conditions which would be applied together with anANDcondition.List<ContactFlowModuleSearchCriteria>ContactFlowModuleSearchCriteria. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactFlowModuleSearchCriteria Modifier and Type Method Description ContactFlowModuleSearchCriteria.BuilderContactFlowModuleSearchCriteria.Builder. andConditions(ContactFlowModuleSearchCriteria... andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowModuleSearchCriteria.BuilderContactFlowModuleSearchCriteria.Builder. orConditions(ContactFlowModuleSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.SearchContactFlowModulesRequest.BuilderSearchContactFlowModulesRequest.Builder. searchCriteria(ContactFlowModuleSearchCriteria searchCriteria)The search criteria to be used to return contact flow modules.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ContactFlowModuleSearchCriteria Modifier and Type Method Description ContactFlowModuleSearchCriteria.BuilderContactFlowModuleSearchCriteria.Builder. andConditions(Collection<ContactFlowModuleSearchCriteria> andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowModuleSearchCriteria.BuilderContactFlowModuleSearchCriteria.Builder. orConditions(Collection<ContactFlowModuleSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.
-