Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetIdMappingJobResponse
-
Packages that use GetIdMappingJobResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of GetIdMappingJobResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return GetIdMappingJobResponse Modifier and Type Method Description default GetIdMappingJobResponseEntityResolutionClient. getIdMappingJob(Consumer<GetIdMappingJobRequest.Builder> getIdMappingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.default GetIdMappingJobResponseEntityResolutionClient. getIdMappingJob(GetIdMappingJobRequest getIdMappingJobRequest)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 GetIdMappingJobResponse Modifier and Type Method Description default CompletableFuture<GetIdMappingJobResponse>EntityResolutionAsyncClient. getIdMappingJob(Consumer<GetIdMappingJobRequest.Builder> getIdMappingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.default CompletableFuture<GetIdMappingJobResponse>EntityResolutionAsyncClient. getIdMappingJob(GetIdMappingJobRequest getIdMappingJobRequest)Gets the status, metrics, and errors (if there are any) that are associated with a job.
-