| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
FoundByKeyValue |
FoundByKeyValue.clone() |
FoundByKeyValue |
FoundByKeyValue.withKeyName(String keyName)
A searchable identifier of a customer profile.
|
FoundByKeyValue |
FoundByKeyValue.withValues(Collection<String> values)
A list of key values.
|
FoundByKeyValue |
FoundByKeyValue.withValues(String... values)
A list of key values.
|
| Modifier and Type | Method and Description |
|---|---|
List<FoundByKeyValue> |
Profile.getFoundByItems()
A list of items used to find a profile returned in a SearchProfiles response.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.withFoundByItems(FoundByKeyValue... foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profile.setFoundByItems(Collection<FoundByKeyValue> foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
Profile |
Profile.withFoundByItems(Collection<FoundByKeyValue> foundByItems)
A list of items used to find a profile returned in a SearchProfiles response.
|
Copyright © 2023. All rights reserved.