Uses of Class
software.amazon.awssdk.services.entityresolution.model.StartMatchingJobResponse
-
Packages that use StartMatchingJobResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of StartMatchingJobResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return StartMatchingJobResponse Modifier and Type Method Description default StartMatchingJobResponseEntityResolutionClient. startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)Starts theMatchingJobof a workflow.default StartMatchingJobResponseEntityResolutionClient. startMatchingJob(StartMatchingJobRequest startMatchingJobRequest)Starts theMatchingJobof a workflow.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type StartMatchingJobResponse Modifier and Type Method Description default CompletableFuture<StartMatchingJobResponse>EntityResolutionAsyncClient. startMatchingJob(Consumer<StartMatchingJobRequest.Builder> startMatchingJobRequest)Starts theMatchingJobof a workflow.default CompletableFuture<StartMatchingJobResponse>EntityResolutionAsyncClient. startMatchingJob(StartMatchingJobRequest startMatchingJobRequest)Starts theMatchingJobof a workflow.
-