| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default GetSimilarProfilesResponse |
CustomerProfilesClient.getSimilarProfiles(Consumer<GetSimilarProfilesRequest.Builder> getSimilarProfilesRequest)
Returns a set of profiles that belong to the same matching group using the
matchId or
profileId. |
default GetSimilarProfilesResponse |
CustomerProfilesClient.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 |
|---|---|
default CompletableFuture<GetSimilarProfilesResponse> |
CustomerProfilesAsyncClient.getSimilarProfiles(Consumer<GetSimilarProfilesRequest.Builder> getSimilarProfilesRequest)
Returns a set of profiles that belong to the same matching group using the
matchId or
profileId. |
default CompletableFuture<GetSimilarProfilesResponse> |
CustomerProfilesAsyncClient.getSimilarProfiles(GetSimilarProfilesRequest getSimilarProfilesRequest)
Returns a set of profiles that belong to the same matching group using the
matchId or
profileId. |
Copyright © 2023. All rights reserved.