| 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 in an account on the specified date.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.getMeanTimeToClose()
The average time it takes to close findings of each severity in days.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.getNewFindings()
The number of new findings of each severity in account on the specified date.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.getOpenFindings()
The number of open findings of each severity in an account as of the specified date.
|
FindingMetricsValuePerSeverity |
MetricsSummary.getOpenFindings()
The number of open findings of each severity in an account.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withCritical(Double critical)
The severity of the finding is critical and should be addressed immediately.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withHigh(Double high)
The severity of the finding is high and should be addressed as a near-term priority.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withInfo(Double info)
The finding is related to quality or readability improvements and not considered actionable.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withLow(Double low)
The severity of the finding is low and does require action on its own.
|
FindingMetricsValuePerSeverity |
FindingMetricsValuePerSeverity.withMedium(Double medium)
The severity of the finding is medium and should be addressed as a mid-term priority.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountFindingsMetric.setClosedFindings(FindingMetricsValuePerSeverity closedFindings)
The number of closed findings of each severity in an account on the specified date.
|
void |
AccountFindingsMetric.setMeanTimeToClose(FindingMetricsValuePerSeverity meanTimeToClose)
The average time it takes to close findings of each severity in days.
|
void |
AccountFindingsMetric.setNewFindings(FindingMetricsValuePerSeverity newFindings)
The number of new findings of each severity in account on the specified date.
|
void |
AccountFindingsMetric.setOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity in an account as of the specified date.
|
void |
MetricsSummary.setOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity in an account.
|
AccountFindingsMetric |
AccountFindingsMetric.withClosedFindings(FindingMetricsValuePerSeverity closedFindings)
The number of closed findings of each severity in an account on the specified date.
|
AccountFindingsMetric |
AccountFindingsMetric.withMeanTimeToClose(FindingMetricsValuePerSeverity meanTimeToClose)
The average time it takes to close findings of each severity in days.
|
AccountFindingsMetric |
AccountFindingsMetric.withNewFindings(FindingMetricsValuePerSeverity newFindings)
The number of new findings of each severity in account on the specified date.
|
AccountFindingsMetric |
AccountFindingsMetric.withOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity in an account as of the specified date.
|
MetricsSummary |
MetricsSummary.withOpenFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity in an account.
|
Copyright © 2023. All rights reserved.