| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
MatchItem |
MatchItem.clone() |
MatchItem |
MatchItem.withMatchId(String matchId)
The unique identifiers for this group of profiles that match.
|
MatchItem |
MatchItem.withProfileIds(Collection<String> profileIds)
A list of identifiers for profiles that match.
|
MatchItem |
MatchItem.withProfileIds(String... profileIds)
A list of identifiers for profiles that match.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchItem> |
GetMatchesResult.getMatches()
The list of matched profiles for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
GetMatchesResult |
GetMatchesResult.withMatches(MatchItem... matches)
The list of matched profiles for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMatchesResult.setMatches(Collection<MatchItem> matches)
The list of matched profiles for this instance.
|
GetMatchesResult |
GetMatchesResult.withMatches(Collection<MatchItem> matches)
The list of matched profiles for this instance.
|
Copyright © 2021. All rights reserved.