| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
CategoryWithFindingNum |
CategoryWithFindingNum.clone() |
CategoryWithFindingNum |
CategoryWithFindingNum.withCategoryName(String categoryName)
The name of the finding category.
|
CategoryWithFindingNum |
CategoryWithFindingNum.withFindingNumber(Integer findingNumber)
The number of open findings in the category.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryWithFindingNum> |
MetricsSummary.getCategoriesWithMostFindings()
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most findings. |
| Modifier and Type | Method and Description |
|---|---|
MetricsSummary |
MetricsSummary.withCategoriesWithMostFindings(CategoryWithFindingNum... categoriesWithMostFindings)
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most findings. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsSummary.setCategoriesWithMostFindings(Collection<CategoryWithFindingNum> categoriesWithMostFindings)
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most findings. |
MetricsSummary |
MetricsSummary.withCategoriesWithMostFindings(Collection<CategoryWithFindingNum> categoriesWithMostFindings)
A list of
CategoryWithFindingNum objects for the top 5 finding categories with the most findings. |
Copyright © 2024. All rights reserved.