Uses of Class
software.amazon.awssdk.services.entityresolution.model.StartIdMappingJobResponse
-
Packages that use StartIdMappingJobResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of StartIdMappingJobResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return StartIdMappingJobResponse Modifier and Type Method Description default StartIdMappingJobResponseEntityResolutionClient. startIdMappingJob(Consumer<StartIdMappingJobRequest.Builder> startIdMappingJobRequest)Starts theIdMappingJobof a workflow.default StartIdMappingJobResponseEntityResolutionClient. startIdMappingJob(StartIdMappingJobRequest startIdMappingJobRequest)Starts theIdMappingJobof a workflow.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type StartIdMappingJobResponse Modifier and Type Method Description default CompletableFuture<StartIdMappingJobResponse>EntityResolutionAsyncClient. startIdMappingJob(Consumer<StartIdMappingJobRequest.Builder> startIdMappingJobRequest)Starts theIdMappingJobof a workflow.default CompletableFuture<StartIdMappingJobResponse>EntityResolutionAsyncClient. startIdMappingJob(StartIdMappingJobRequest startIdMappingJobRequest)Starts theIdMappingJobof a workflow.
-