Uses of Class
software.amazon.awssdk.services.appsync.model.CodeErrorLocation
-
Packages that use CodeErrorLocation Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of CodeErrorLocation in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return CodeErrorLocation Modifier and Type Method Description CodeErrorLocationCodeError. location()The line, column, and span location of the error in the code.Methods in software.amazon.awssdk.services.appsync.model with parameters of type CodeErrorLocation Modifier and Type Method Description CodeError.BuilderCodeError.Builder. location(CodeErrorLocation location)The line, column, and span location of the error in the code.
-