Uses of Class
software.amazon.awssdk.services.inspector2.model.CodeLine
-
Packages that use CodeLine Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CodeLine in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CodeLine Modifier and Type Method Description List<CodeLine>CodeSnippetResult. codeSnippet()Contains information on the retrieved code snippet.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CodeLine Modifier and Type Method Description CodeSnippetResult.BuilderCodeSnippetResult.Builder. codeSnippet(CodeLine... codeSnippet)Contains information on the retrieved code snippet.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CodeLine Modifier and Type Method Description CodeSnippetResult.BuilderCodeSnippetResult.Builder. codeSnippet(Collection<CodeLine> codeSnippet)Contains information on the retrieved code snippet.
-