| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetSimilarProfilesResult |
AmazonCustomerProfilesClient.getSimilarProfiles(GetSimilarProfilesRequest request)
Returns a set of profiles that belong to the same matching group using the
matchId or
profileId. |
GetSimilarProfilesResult |
AbstractAmazonCustomerProfiles.getSimilarProfiles(GetSimilarProfilesRequest request) |
GetSimilarProfilesResult |
AmazonCustomerProfiles.getSimilarProfiles(GetSimilarProfilesRequest getSimilarProfilesRequest)
Returns a set of profiles that belong to the same matching group using the
matchId or
profileId. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSimilarProfilesResult> |
AmazonCustomerProfilesAsyncClient.getSimilarProfilesAsync(GetSimilarProfilesRequest request,
AsyncHandler<GetSimilarProfilesRequest,GetSimilarProfilesResult> asyncHandler) |
Future<GetSimilarProfilesResult> |
AbstractAmazonCustomerProfilesAsync.getSimilarProfilesAsync(GetSimilarProfilesRequest request,
AsyncHandler<GetSimilarProfilesRequest,GetSimilarProfilesResult> asyncHandler) |
Future<GetSimilarProfilesResult> |
AmazonCustomerProfilesAsync.getSimilarProfilesAsync(GetSimilarProfilesRequest getSimilarProfilesRequest,
AsyncHandler<GetSimilarProfilesRequest,GetSimilarProfilesResult> asyncHandler)
Returns a set of profiles that belong to the same matching group using the
matchId or
profileId. |
| Modifier and Type | Method and Description |
|---|---|
GetSimilarProfilesResult |
GetSimilarProfilesResult.clone() |
GetSimilarProfilesResult |
GetSimilarProfilesResult.withConfidenceScore(Double confidenceScore)
It only has value when the
MatchType is ML_BASED_MATCHING.A number between 0 and 1,
where a higher score means higher similarity. |
GetSimilarProfilesResult |
GetSimilarProfilesResult.withMatchId(String matchId)
The string
matchId that the similar profiles belong to. |
GetSimilarProfilesResult |
GetSimilarProfilesResult.withMatchType(MatchType matchType)
Specify the type of matching to get similar profiles for.
|
GetSimilarProfilesResult |
GetSimilarProfilesResult.withMatchType(String matchType)
Specify the type of matching to get similar profiles for.
|
GetSimilarProfilesResult |
GetSimilarProfilesResult.withNextToken(String nextToken)
The pagination token from the previous
GetSimilarProfiles API call. |
GetSimilarProfilesResult |
GetSimilarProfilesResult.withProfileIds(Collection<String> profileIds)
Set of
profileIds that belong to the same matching group. |
GetSimilarProfilesResult |
GetSimilarProfilesResult.withProfileIds(String... profileIds)
Set of
profileIds that belong to the same matching group. |
GetSimilarProfilesResult |
GetSimilarProfilesResult.withRuleLevel(Integer ruleLevel)
The integer rule level that the profiles matched on.
|
Copyright © 2024. All rights reserved.