| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| Modifier and Type | Method and Description |
|---|---|
default GetMatchesResponse |
CustomerProfilesClient.getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
default GetMatchesResponse |
CustomerProfilesClient.getMatches(GetMatchesRequest getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetMatchesResponse> |
CustomerProfilesAsyncClient.getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
default CompletableFuture<GetMatchesResponse> |
CustomerProfilesAsyncClient.getMatches(GetMatchesRequest getMatchesRequest)
Before calling this API, use CreateDomain or
UpdateDomain
to enable identity resolution: set
Matching to true. |
Copyright © 2022. All rights reserved.