Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetMatchingJobResponse
-
Packages that use GetMatchingJobResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of GetMatchingJobResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return GetMatchingJobResponse Modifier and Type Method Description default GetMatchingJobResponseEntityResolutionClient. getMatchingJob(Consumer<GetMatchingJobRequest.Builder> getMatchingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.default GetMatchingJobResponseEntityResolutionClient. getMatchingJob(GetMatchingJobRequest getMatchingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type GetMatchingJobResponse Modifier and Type Method Description default CompletableFuture<GetMatchingJobResponse>EntityResolutionAsyncClient. getMatchingJob(Consumer<GetMatchingJobRequest.Builder> getMatchingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.default CompletableFuture<GetMatchingJobResponse>EntityResolutionAsyncClient. getMatchingJob(GetMatchingJobRequest getMatchingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.
-