Uses of Class
software.amazon.awssdk.services.connectcases.model.ContactFilter
-
Packages that use ContactFilter Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of ContactFilter in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return ContactFilter Modifier and Type Method Description ContactFilterRelatedItemTypeFilter. contact()A filter for related items of typeContact.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type ContactFilter Modifier and Type Method Description RelatedItemTypeFilter.BuilderRelatedItemTypeFilter.Builder. contact(ContactFilter contact)A filter for related items of typeContact.static RelatedItemTypeFilterRelatedItemTypeFilter. fromContact(ContactFilter contact)Create an instance of this class withRelatedItemTypeFilter.contact()initialized to the given value.
-