Uses of Class
software.amazon.awssdk.services.entityresolution.model.ErrorDetails
-
Packages that use ErrorDetails Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ErrorDetails in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ErrorDetails Modifier and Type Method Description ErrorDetailsGetIdMappingJobResponse. errorDetails()Returns the value of the ErrorDetails property for this object.ErrorDetailsGetMatchingJobResponse. errorDetails()An object containing an error message, if there was an error.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type ErrorDetails Modifier and Type Method Description GetIdMappingJobResponse.BuilderGetIdMappingJobResponse.Builder. errorDetails(ErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.GetMatchingJobResponse.BuilderGetMatchingJobResponse.Builder. errorDetails(ErrorDetails errorDetails)An object containing an error message, if there was an error.
-