| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryWithFindingNum> |
MetricsSummary.categoriesWithMostFindings()
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most open
findings in an account. |
| Modifier and Type | Method and Description |
|---|---|
MetricsSummary.Builder |
MetricsSummary.Builder.categoriesWithMostFindings(CategoryWithFindingNum... categoriesWithMostFindings)
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most open
findings in an account. |
| Modifier and Type | Method and Description |
|---|---|
MetricsSummary.Builder |
MetricsSummary.Builder.categoriesWithMostFindings(Collection<CategoryWithFindingNum> categoriesWithMostFindings)
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most open
findings in an account. |
Copyright © 2023. All rights reserved.