Uses of Class
software.amazon.awssdk.services.connect.model.SearchableContactAttributesCriteria
-
Packages that use SearchableContactAttributesCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SearchableContactAttributesCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SearchableContactAttributesCriteria Modifier and Type Method Description List<SearchableContactAttributesCriteria>SearchableContactAttributes. criteria()The list of criteria based on user-defined contact attributes that are configured for contact search.Methods in software.amazon.awssdk.services.connect.model with parameters of type SearchableContactAttributesCriteria Modifier and Type Method Description SearchableContactAttributes.BuilderSearchableContactAttributes.Builder. criteria(SearchableContactAttributesCriteria... criteria)The list of criteria based on user-defined contact attributes that are configured for contact search.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type SearchableContactAttributesCriteria Modifier and Type Method Description SearchableContactAttributes.BuilderSearchableContactAttributes.Builder. criteria(Collection<SearchableContactAttributesCriteria> criteria)The list of criteria based on user-defined contact attributes that are configured for contact search.
-