| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SearchableContactAttributesCriteria |
SearchableContactAttributesCriteria.clone() |
SearchableContactAttributesCriteria |
SearchableContactAttributesCriteria.withKey(String key)
The key containing a searchable user-defined contact attribute.
|
SearchableContactAttributesCriteria |
SearchableContactAttributesCriteria.withValues(Collection<String> values)
The list of values to search for within a user-defined contact attribute.
|
SearchableContactAttributesCriteria |
SearchableContactAttributesCriteria.withValues(String... values)
The list of values to search for within a user-defined contact attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchableContactAttributesCriteria> |
SearchableContactAttributes.getCriteria()
The list of criteria based on user-defined contact attributes that are configured for contact search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchableContactAttributes |
SearchableContactAttributes.withCriteria(SearchableContactAttributesCriteria... criteria)
The list of criteria based on user-defined contact attributes that are configured for contact search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchableContactAttributes.setCriteria(Collection<SearchableContactAttributesCriteria> criteria)
The list of criteria based on user-defined contact attributes that are configured for contact search.
|
SearchableContactAttributes |
SearchableContactAttributes.withCriteria(Collection<SearchableContactAttributesCriteria> criteria)
The list of criteria based on user-defined contact attributes that are configured for contact search.
|
Copyright © 2024. All rights reserved.