| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetMatchesResult |
AbstractAmazonCustomerProfiles.getMatches(GetMatchesRequest request) |
GetMatchesResult |
AmazonCustomerProfiles.getMatches(GetMatchesRequest getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
GetMatchesResult |
AmazonCustomerProfilesClient.getMatches(GetMatchesRequest request)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMatchesResult> |
AbstractAmazonCustomerProfilesAsync.getMatchesAsync(GetMatchesRequest request) |
Future<GetMatchesResult> |
AmazonCustomerProfilesAsync.getMatchesAsync(GetMatchesRequest getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
Future<GetMatchesResult> |
AmazonCustomerProfilesAsyncClient.getMatchesAsync(GetMatchesRequest request) |
Future<GetMatchesResult> |
AbstractAmazonCustomerProfilesAsync.getMatchesAsync(GetMatchesRequest request,
AsyncHandler<GetMatchesRequest,GetMatchesResult> asyncHandler) |
Future<GetMatchesResult> |
AmazonCustomerProfilesAsync.getMatchesAsync(GetMatchesRequest getMatchesRequest,
AsyncHandler<GetMatchesRequest,GetMatchesResult> asyncHandler)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
Future<GetMatchesResult> |
AmazonCustomerProfilesAsyncClient.getMatchesAsync(GetMatchesRequest request,
AsyncHandler<GetMatchesRequest,GetMatchesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMatchesResult> |
AbstractAmazonCustomerProfilesAsync.getMatchesAsync(GetMatchesRequest request,
AsyncHandler<GetMatchesRequest,GetMatchesResult> asyncHandler) |
Future<GetMatchesResult> |
AmazonCustomerProfilesAsync.getMatchesAsync(GetMatchesRequest getMatchesRequest,
AsyncHandler<GetMatchesRequest,GetMatchesResult> asyncHandler)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
Future<GetMatchesResult> |
AmazonCustomerProfilesAsyncClient.getMatchesAsync(GetMatchesRequest request,
AsyncHandler<GetMatchesRequest,GetMatchesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMatchesResult |
GetMatchesResult.clone() |
GetMatchesResult |
GetMatchesResult.withMatches(Collection<MatchItem> matches)
The list of matched profiles for this instance.
|
GetMatchesResult |
GetMatchesResult.withMatches(MatchItem... matches)
The list of matched profiles for this instance.
|
GetMatchesResult |
GetMatchesResult.withMatchGenerationDate(Date matchGenerationDate)
The timestamp this version of Match Result generated.
|
GetMatchesResult |
GetMatchesResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
GetMatchesResult |
GetMatchesResult.withPotentialMatches(Integer potentialMatches)
The number of potential matches found.
|
Copyright © 2023. All rights reserved.