| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
CodeVulnerabilitiesFilePath |
CodeVulnerabilitiesFilePath.clone() |
CodeVulnerabilitiesFilePath |
VulnerabilityCodeVulnerabilities.getFilePath()
Provides details about where a code vulnerability is located in your Lambda function.
|
CodeVulnerabilitiesFilePath |
CodeVulnerabilitiesFilePath.withEndLine(Integer endLine)
The line number of the last line of code in which the vulnerability is located.
|
CodeVulnerabilitiesFilePath |
CodeVulnerabilitiesFilePath.withFileName(String fileName)
The name of the file in which the code vulnerability is located.
|
CodeVulnerabilitiesFilePath |
CodeVulnerabilitiesFilePath.withFilePath(String filePath)
The file path to the code in which the vulnerability is located.
|
CodeVulnerabilitiesFilePath |
CodeVulnerabilitiesFilePath.withStartLine(Integer startLine)
The line number of the first line of code in which the vulnerability is located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VulnerabilityCodeVulnerabilities.setFilePath(CodeVulnerabilitiesFilePath filePath)
Provides details about where a code vulnerability is located in your Lambda function.
|
VulnerabilityCodeVulnerabilities |
VulnerabilityCodeVulnerabilities.withFilePath(CodeVulnerabilitiesFilePath filePath)
Provides details about where a code vulnerability is located in your Lambda function.
|
Copyright © 2023. All rights reserved.