Uses of Interface
software.amazon.awssdk.services.entityresolution.model.GetMatchIdRequest.Builder
-
Packages that use GetMatchIdRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of GetMatchIdRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type GetMatchIdRequest.Builder 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 GetMatchIdResponseEntityResolutionClient. getMatchId(Consumer<GetMatchIdRequest.Builder> getMatchIdRequest)Returns the corresponding Match ID of a customer record if the record has been processed. -
Uses of GetMatchIdRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return GetMatchIdRequest.Builder Modifier and Type Method Description static GetMatchIdRequest.BuilderGetMatchIdRequest. builder()GetMatchIdRequest.BuilderGetMatchIdRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMatchIdRequest.BuilderGetMatchIdRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMatchIdRequest.BuilderGetMatchIdRequest.Builder. record(Map<String,String> record)The record to fetch the Match ID for.GetMatchIdRequest.BuilderGetMatchIdRequest. toBuilder()GetMatchIdRequest.BuilderGetMatchIdRequest.Builder. workflowName(String workflowName)The name of the workflow.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type GetMatchIdRequest.Builder Modifier and Type Method Description static Class<? extends GetMatchIdRequest.Builder>GetMatchIdRequest. serializableBuilderClass()
-