| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFilter |
ContactFilter.clone() |
ContactFilter |
UserDataFilters.getContactFilter()
A filter for the user data based on the contact information that is associated to the user.
|
ContactFilter |
ContactFilter.withContactStates(Collection<String> contactStates)
A list of up to 9 contact states.
|
ContactFilter |
ContactFilter.withContactStates(ContactState... contactStates)
A list of up to 9 contact states.
|
ContactFilter |
ContactFilter.withContactStates(String... contactStates)
A list of up to 9 contact states.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDataFilters.setContactFilter(ContactFilter contactFilter)
A filter for the user data based on the contact information that is associated to the user.
|
UserDataFilters |
UserDataFilters.withContactFilter(ContactFilter contactFilter)
A filter for the user data based on the contact information that is associated to the user.
|
Copyright © 2024. All rights reserved.