Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.CodeLine
-
Packages that use CodeLine Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of CodeLine in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type CodeLine Modifier and Type Method Description List<CodeLine>FilePath. codeSnippet()A list ofCodeLineobjects that describe where the security vulnerability appears in your code.Methods in software.amazon.awssdk.services.codegurusecurity.model with parameters of type CodeLine Modifier and Type Method Description FilePath.BuilderFilePath.Builder. codeSnippet(CodeLine... codeSnippet)A list ofCodeLineobjects that describe where the security vulnerability appears in your code.Method parameters in software.amazon.awssdk.services.codegurusecurity.model with type arguments of type CodeLine Modifier and Type Method Description FilePath.BuilderFilePath.Builder. codeSnippet(Collection<CodeLine> codeSnippet)A list ofCodeLineobjects that describe where the security vulnerability appears in your code.
-