| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.clone() |
FindingMetricsValuePerSeverity |
AccountFindingsMetric.getClosedFindings()
The number of closed findings of each severity on the specified date.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.getMeanTimeToClose()
The average time in days it takes to close findings of each severity as of a specified date.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.getNewFindings()
The number of new findings of each severity on the specified date.
|
FindingMetricsValuePerSeverity |
MetricsSummary.getOpenFindings()
The number of open findings of each severity.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.getOpenFindings()
The number of open findings of each severity as of the specified date.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withCritical(Double critical)
A numeric value corresponding to a critical finding.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withHigh(Double high)
A numeric value corresponding to a high severity finding.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withInfo(Double info)
A numeric value corresponding to an informational finding.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withLow(Double low)
A numeric value corresponding to a low severity finding.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withMedium(Double medium)
A numeric value corresponding to a medium severity finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountFindingsMetric.setClosedFindings(FindingMetricsValuePerSeverity closedFindings)
The number of closed findings of each severity on the specified date.
|
void |
AccountFindingsMetric.setMeanTimeToClose(FindingMetricsValuePerSeverity meanTimeToClose)
The average time in days it takes to close findings of each severity as of a specified date.
|
void |
AccountFindingsMetric.setNewFindings(FindingMetricsValuePerSeverity newFindings)
The number of new findings of each severity on the specified date.
|
void |
MetricsSummary.setOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity.
|
void |
AccountFindingsMetric.setOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity as of the specified date.
|
AccountFindingsMetric |
AccountFindingsMetric.withClosedFindings(FindingMetricsValuePerSeverity closedFindings)
The number of closed findings of each severity on the specified date.
|
AccountFindingsMetric |
AccountFindingsMetric.withMeanTimeToClose(FindingMetricsValuePerSeverity meanTimeToClose)
The average time in days it takes to close findings of each severity as of a specified date.
|
AccountFindingsMetric |
AccountFindingsMetric.withNewFindings(FindingMetricsValuePerSeverity newFindings)
The number of new findings of each severity on the specified date.
|
MetricsSummary |
MetricsSummary.withOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity.
|
AccountFindingsMetric |
AccountFindingsMetric.withOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity as of the specified date.
|
Copyright © 2024. All rights reserved.