| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
ScanNameWithFindingNum |
ScanNameWithFindingNum.clone() |
ScanNameWithFindingNum |
ScanNameWithFindingNum.withFindingNumber(Integer findingNumber)
The number of open findings generated by a scan.
|
ScanNameWithFindingNum |
ScanNameWithFindingNum.withScanName(String scanName)
The name of the scan.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScanNameWithFindingNum> |
MetricsSummary.getScansWithMostOpenCriticalFindings()
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings
in an account. |
List<ScanNameWithFindingNum> |
MetricsSummary.getScansWithMostOpenFindings()
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open critical
findings in an account. |
| Modifier and Type | Method and Description |
|---|---|
MetricsSummary |
MetricsSummary.withScansWithMostOpenCriticalFindings(ScanNameWithFindingNum... scansWithMostOpenCriticalFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings
in an account. |
MetricsSummary |
MetricsSummary.withScansWithMostOpenFindings(ScanNameWithFindingNum... scansWithMostOpenFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open critical
findings in an account. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsSummary.setScansWithMostOpenCriticalFindings(Collection<ScanNameWithFindingNum> scansWithMostOpenCriticalFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings
in an account. |
void |
MetricsSummary.setScansWithMostOpenFindings(Collection<ScanNameWithFindingNum> scansWithMostOpenFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open critical
findings in an account. |
MetricsSummary |
MetricsSummary.withScansWithMostOpenCriticalFindings(Collection<ScanNameWithFindingNum> scansWithMostOpenCriticalFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings
in an account. |
MetricsSummary |
MetricsSummary.withScansWithMostOpenFindings(Collection<ScanNameWithFindingNum> scansWithMostOpenFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open critical
findings in an account. |
Copyright © 2024. All rights reserved.