Uses of Class
software.amazon.awssdk.services.inspector2.model.BatchGetCodeSnippetResponse
-
Packages that use BatchGetCodeSnippetResponse Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments. -
-
Uses of BatchGetCodeSnippetResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return BatchGetCodeSnippetResponse Modifier and Type Method Description default BatchGetCodeSnippetResponseInspector2Client. batchGetCodeSnippet(Consumer<BatchGetCodeSnippetRequest.Builder> batchGetCodeSnippetRequest)Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.default BatchGetCodeSnippetResponseInspector2Client. batchGetCodeSnippet(BatchGetCodeSnippetRequest batchGetCodeSnippetRequest)Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type BatchGetCodeSnippetResponse Modifier and Type Method Description default CompletableFuture<BatchGetCodeSnippetResponse>Inspector2AsyncClient. batchGetCodeSnippet(Consumer<BatchGetCodeSnippetRequest.Builder> batchGetCodeSnippetRequest)Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.default CompletableFuture<BatchGetCodeSnippetResponse>Inspector2AsyncClient. batchGetCodeSnippet(BatchGetCodeSnippetRequest batchGetCodeSnippetRequest)Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.
-