Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetMatchingJobRequest
-
Packages that use GetMatchingJobRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of GetMatchingJobRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type GetMatchingJobRequest Modifier and Type Method Description default CompletableFuture<GetMatchingJobResponse>EntityResolutionAsyncClient. getMatchingJob(GetMatchingJobRequest 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. -
Uses of GetMatchingJobRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type GetMatchingJobRequest Modifier and Type Method Description SdkHttpFullRequestGetMatchingJobRequestMarshaller. marshall(GetMatchingJobRequest getMatchingJobRequest)
-