Uses of Class
software.amazon.awssdk.services.inspector2.model.CodeSnippetResult
-
Packages that use CodeSnippetResult Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CodeSnippetResult in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CodeSnippetResult Modifier and Type Method Description List<CodeSnippetResult>BatchGetCodeSnippetResponse. codeSnippetResults()The retrieved code snippets associated with the provided finding ARNs.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CodeSnippetResult Modifier and Type Method Description BatchGetCodeSnippetResponse.BuilderBatchGetCodeSnippetResponse.Builder. codeSnippetResults(CodeSnippetResult... codeSnippetResults)The retrieved code snippets associated with the provided finding ARNs.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CodeSnippetResult Modifier and Type Method Description BatchGetCodeSnippetResponse.BuilderBatchGetCodeSnippetResponse.Builder. codeSnippetResults(Collection<CodeSnippetResult> codeSnippetResults)The retrieved code snippets associated with the provided finding ARNs.
-