Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetMatchIdRequest
-
Packages that use GetMatchIdRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of GetMatchIdRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type GetMatchIdRequest Modifier and Type Method Description default CompletableFuture<GetMatchIdResponse>EntityResolutionAsyncClient. getMatchId(GetMatchIdRequest 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. -
Uses of GetMatchIdRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type GetMatchIdRequest Modifier and Type Method Description SdkHttpFullRequestGetMatchIdRequestMarshaller. marshall(GetMatchIdRequest getMatchIdRequest)
-