Uses of Class
software.amazon.awssdk.services.entityresolution.model.CreateMatchingWorkflowResponse
-
Packages that use CreateMatchingWorkflowResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of CreateMatchingWorkflowResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return CreateMatchingWorkflowResponse Modifier and Type Method Description default CreateMatchingWorkflowResponseEntityResolutionClient. createMatchingWorkflow(Consumer<CreateMatchingWorkflowRequest.Builder> 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.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type CreateMatchingWorkflowResponse Modifier and Type Method Description default CompletableFuture<CreateMatchingWorkflowResponse>EntityResolutionAsyncClient. createMatchingWorkflow(Consumer<CreateMatchingWorkflowRequest.Builder> createMatchingWorkflowRequest)Creates aMatchingWorkflowobject which stores the configuration of the data processing job to be run.default CompletableFuture<CreateMatchingWorkflowResponse>EntityResolutionAsyncClient. createMatchingWorkflow(CreateMatchingWorkflowRequest createMatchingWorkflowRequest)Creates aMatchingWorkflowobject which stores the configuration of the data processing job to be run.
-