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 of multiple searchable contact attributes criteria.SearchContactsMatchTypeTranscript. matchType()The match type of multiple transcript criteiraSearchContactsMatchTypeTranscriptCriteria. matchType()The match type of 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 of multiple searchable contact attributes criteria.Transcript.BuilderTranscript.Builder. matchType(SearchContactsMatchType matchType)The match type of multiple transcript criteiraTranscriptCriteria.BuilderTranscriptCriteria.Builder. matchType(SearchContactsMatchType matchType)The match type of search texts in a transcript criteria.
-