| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.closedFindings()
The number of closed findings of each severity in an account on the specified date.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.meanTimeToClose()
The average time it takes to close findings of each severity in days.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.newFindings()
The number of new findings of each severity in account on the specified date.
|
FindingMetricsValuePerSeverity |
AccountFindingsMetric.openFindings()
The number of open findings of each severity in an account as of the specified date.
|
FindingMetricsValuePerSeverity |
MetricsSummary.openFindings()
The number of open findings of each severity in an account.
|
| Modifier and Type | Method and Description |
|---|---|
AccountFindingsMetric.Builder |
AccountFindingsMetric.Builder.closedFindings(FindingMetricsValuePerSeverity closedFindings)
The number of closed findings of each severity in an account on the specified date.
|
AccountFindingsMetric.Builder |
AccountFindingsMetric.Builder.meanTimeToClose(FindingMetricsValuePerSeverity meanTimeToClose)
The average time it takes to close findings of each severity in days.
|
AccountFindingsMetric.Builder |
AccountFindingsMetric.Builder.newFindings(FindingMetricsValuePerSeverity newFindings)
The number of new findings of each severity in account on the specified date.
|
AccountFindingsMetric.Builder |
AccountFindingsMetric.Builder.openFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity in an account as of the specified date.
|
MetricsSummary.Builder |
MetricsSummary.Builder.openFindings(FindingMetricsValuePerSeverity openFindings)
The number of open findings of each severity in an account.
|
Copyright © 2023. All rights reserved.