Uses of Class
software.amazon.awssdk.services.entityresolution.model.CreateMatchingWorkflowRequest
-
Packages that use CreateMatchingWorkflowRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of CreateMatchingWorkflowRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type CreateMatchingWorkflowRequest Modifier and Type Method Description default CompletableFuture<CreateMatchingWorkflowResponse>EntityResolutionAsyncClient. createMatchingWorkflow(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)Creates aMatchingWorkflowobject which stores the configuration of the data processing job to be run.default CreateMatchingWorkflowResponseEntityResolutionClient. createMatchingWorkflow(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)Creates aMatchingWorkflowobject which stores the configuration of the data processing job to be run. -
Uses of CreateMatchingWorkflowRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type CreateMatchingWorkflowRequest Modifier and Type Method Description SdkHttpFullRequestCreateMatchingWorkflowRequestMarshaller. marshall(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)
-