Uses of Class
software.amazon.awssdk.services.entityresolution.model.IdMappingJobMetrics
-
Packages that use IdMappingJobMetrics Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of IdMappingJobMetrics in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return IdMappingJobMetrics Modifier and Type Method Description IdMappingJobMetricsGetIdMappingJobResponse. metrics()Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type IdMappingJobMetrics Modifier and Type Method Description GetIdMappingJobResponse.BuilderGetIdMappingJobResponse.Builder. metrics(IdMappingJobMetrics metrics)Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
-