Uses of Class
software.amazon.awssdk.services.connect.model.SearchContactsMatchType
-
Packages that use SearchContactsMatchType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SearchContactsMatchType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SearchContactsMatchType Modifier and Type Method Description static SearchContactsMatchTypeSearchContactsMatchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SearchContactsMatchTypeSearchableContactAttributes. matchType()The match type combining search criteria using multiple searchable contact attributes.SearchContactsMatchTypeTranscript. matchType()The match type combining search criteria using multiple transcript criteria.SearchContactsMatchTypeTranscriptCriteria. matchType()The match type combining search criteria using multiple search texts in a transcript criteria.static SearchContactsMatchTypeSearchContactsMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchContactsMatchType[]SearchContactsMatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SearchContactsMatchType Modifier and Type Method Description static Set<SearchContactsMatchType>SearchContactsMatchType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type SearchContactsMatchType Modifier and Type Method Description SearchableContactAttributes.BuilderSearchableContactAttributes.Builder. matchType(SearchContactsMatchType matchType)The match type combining search criteria using multiple searchable contact attributes.Transcript.BuilderTranscript.Builder. matchType(SearchContactsMatchType matchType)The match type combining search criteria using multiple transcript criteria.TranscriptCriteria.BuilderTranscriptCriteria.Builder. matchType(SearchContactsMatchType matchType)The match type combining search criteria using multiple search texts in a transcript criteria.
-