Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetMatchIdResponse
-
Packages that use GetMatchIdResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of GetMatchIdResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return GetMatchIdResponse Modifier and Type Method Description default GetMatchIdResponseEntityResolutionClient. getMatchId(Consumer<GetMatchIdRequest.Builder> getMatchIdRequest)Returns the corresponding Match ID of a customer record if the record has been processed.default GetMatchIdResponseEntityResolutionClient. getMatchId(GetMatchIdRequest getMatchIdRequest)Returns the corresponding Match ID of a customer record if the record has been processed.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type GetMatchIdResponse Modifier and Type Method Description default CompletableFuture<GetMatchIdResponse>EntityResolutionAsyncClient. getMatchId(Consumer<GetMatchIdRequest.Builder> getMatchIdRequest)Returns the corresponding Match ID of a customer record if the record has been processed.default CompletableFuture<GetMatchIdResponse>EntityResolutionAsyncClient. getMatchId(GetMatchIdRequest getMatchIdRequest)Returns the corresponding Match ID of a customer record if the record has been processed.
-