| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
MetricsSummary |
MetricsSummary.clone() |
MetricsSummary |
GetMetricsSummaryResult.getMetricsSummary()
The summary metrics from the specified date.
|
MetricsSummary |
MetricsSummary.withCategoriesWithMostFindings(CategoryWithFindingNum... categoriesWithMostFindings)
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most open
findings in an account. |
MetricsSummary |
MetricsSummary.withCategoriesWithMostFindings(Collection<CategoryWithFindingNum> categoriesWithMostFindings)
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most open
findings in an account. |
MetricsSummary |
MetricsSummary.withDate(Date date)
The date from which the metrics summary information was retrieved.
|
MetricsSummary |
MetricsSummary.withOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity 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.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(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.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 |
GetMetricsSummaryResult.setMetricsSummary(MetricsSummary metricsSummary)
The summary metrics from the specified date.
|
GetMetricsSummaryResult |
GetMetricsSummaryResult.withMetricsSummary(MetricsSummary metricsSummary)
The summary metrics from the specified date.
|
Copyright © 2023. All rights reserved.