Uses of Class
software.amazon.awssdk.services.connect.model.EmailAddressSearchCriteria
-
Packages that use EmailAddressSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EmailAddressSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EmailAddressSearchCriteria Modifier and Type Method Description EmailAddressSearchCriteriaSearchEmailAddressesRequest. searchCriteria()The search criteria to be used to return email addresses.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EmailAddressSearchCriteria Modifier and Type Method Description List<EmailAddressSearchCriteria>EmailAddressSearchCriteria. andConditions()A list of conditions which would be applied together with an AND condition.List<EmailAddressSearchCriteria>EmailAddressSearchCriteria. orConditions()A list of conditions which would be applied together with an OR condition.Methods in software.amazon.awssdk.services.connect.model with parameters of type EmailAddressSearchCriteria Modifier and Type Method Description EmailAddressSearchCriteria.BuilderEmailAddressSearchCriteria.Builder. andConditions(EmailAddressSearchCriteria... andConditions)A list of conditions which would be applied together with an AND condition.EmailAddressSearchCriteria.BuilderEmailAddressSearchCriteria.Builder. orConditions(EmailAddressSearchCriteria... orConditions)A list of conditions which would be applied together with an OR condition.SearchEmailAddressesRequest.BuilderSearchEmailAddressesRequest.Builder. searchCriteria(EmailAddressSearchCriteria searchCriteria)The search criteria to be used to return email addresses.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type EmailAddressSearchCriteria Modifier and Type Method Description EmailAddressSearchCriteria.BuilderEmailAddressSearchCriteria.Builder. andConditions(Collection<EmailAddressSearchCriteria> andConditions)A list of conditions which would be applied together with an AND condition.EmailAddressSearchCriteria.BuilderEmailAddressSearchCriteria.Builder. orConditions(Collection<EmailAddressSearchCriteria> orConditions)A list of conditions which would be applied together with an OR condition.
-