Uses of Class
software.amazon.awssdk.services.entityresolution.model.DeleteUniqueIdError
-
Packages that use DeleteUniqueIdError Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of DeleteUniqueIdError in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type DeleteUniqueIdError Modifier and Type Method Description List<DeleteUniqueIdError>BatchDeleteUniqueIdResponse. errors()The errors from deleting multiple unique IDs.Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type DeleteUniqueIdError Modifier and Type Method Description BatchDeleteUniqueIdResponse.BuilderBatchDeleteUniqueIdResponse.Builder. errors(DeleteUniqueIdError... errors)The errors from deleting multiple unique IDs.Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type DeleteUniqueIdError Modifier and Type Method Description BatchDeleteUniqueIdResponse.BuilderBatchDeleteUniqueIdResponse.Builder. errors(Collection<DeleteUniqueIdError> errors)The errors from deleting multiple unique IDs.
-