Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetMatchesResponse
-
Packages that use GetMatchesResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetMatchesResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetMatchesResponse Modifier and Type Method Description default GetMatchesResponseCustomerProfilesClient. getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)Before calling this API, use CreateDomain or UpdateDomain to enable identity resolution: setMatchingto true.default GetMatchesResponseCustomerProfilesClient. getMatches(GetMatchesRequest getMatchesRequest)Before calling this API, use CreateDomain or UpdateDomain to enable identity resolution: setMatchingto true.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetMatchesResponse Modifier and Type Method Description default CompletableFuture<GetMatchesResponse>CustomerProfilesAsyncClient. getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)Before calling this API, use CreateDomain or UpdateDomain to enable identity resolution: setMatchingto true.default CompletableFuture<GetMatchesResponse>CustomerProfilesAsyncClient. getMatches(GetMatchesRequest getMatchesRequest)Before calling this API, use CreateDomain or UpdateDomain to enable identity resolution: setMatchingto true.
-