| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
List<ScanNameWithFindingNum> |
MetricsSummary.scansWithMostOpenCriticalFindings()
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings
in an account. |
List<ScanNameWithFindingNum> |
MetricsSummary.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 |
|---|---|
MetricsSummary.Builder |
MetricsSummary.Builder.scansWithMostOpenCriticalFindings(ScanNameWithFindingNum... scansWithMostOpenCriticalFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open
findings in an account. |
MetricsSummary.Builder |
MetricsSummary.Builder.scansWithMostOpenFindings(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 |
|---|---|
MetricsSummary.Builder |
MetricsSummary.Builder.scansWithMostOpenCriticalFindings(Collection<ScanNameWithFindingNum> scansWithMostOpenCriticalFindings)
A list of
ScanNameWithFindingNum objects for the top 3 scans with the most number of open
findings in an account. |
MetricsSummary.Builder |
MetricsSummary.Builder.scansWithMostOpenFindings(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 © 2023. All rights reserved.