Uses of Class
software.amazon.awssdk.services.connect.model.ContactFlowSearchCriteria
-
Packages that use ContactFlowSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ContactFlowSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ContactFlowSearchCriteria Modifier and Type Method Description ContactFlowSearchCriteriaSearchContactFlowsRequest. searchCriteria()The search criteria to be used to return flows.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ContactFlowSearchCriteria Modifier and Type Method Description List<ContactFlowSearchCriteria>ContactFlowSearchCriteria. andConditions()A list of conditions which would be applied together with anANDcondition.List<ContactFlowSearchCriteria>ContactFlowSearchCriteria. orConditions()A list of conditions which would be applied together with anORcondition.Methods in software.amazon.awssdk.services.connect.model with parameters of type ContactFlowSearchCriteria Modifier and Type Method Description ContactFlowSearchCriteria.BuilderContactFlowSearchCriteria.Builder. andConditions(ContactFlowSearchCriteria... andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowSearchCriteria.BuilderContactFlowSearchCriteria.Builder. orConditions(ContactFlowSearchCriteria... orConditions)A list of conditions which would be applied together with anORcondition.SearchContactFlowsRequest.BuilderSearchContactFlowsRequest.Builder. searchCriteria(ContactFlowSearchCriteria searchCriteria)The search criteria to be used to return flows.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ContactFlowSearchCriteria Modifier and Type Method Description ContactFlowSearchCriteria.BuilderContactFlowSearchCriteria.Builder. andConditions(Collection<ContactFlowSearchCriteria> andConditions)A list of conditions which would be applied together with anANDcondition.ContactFlowSearchCriteria.BuilderContactFlowSearchCriteria.Builder. orConditions(Collection<ContactFlowSearchCriteria> orConditions)A list of conditions which would be applied together with anORcondition.
-