Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.CategoryWithFindingNum
-
Packages that use CategoryWithFindingNum Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of CategoryWithFindingNum in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type CategoryWithFindingNum Modifier and Type Method Description List<CategoryWithFindingNum>MetricsSummary. categoriesWithMostFindings()A list ofCategoryWithFindingNumobjects for the top 5 finding categories with the most open findings in an account.Methods in software.amazon.awssdk.services.codegurusecurity.model with parameters of type CategoryWithFindingNum Modifier and Type Method Description MetricsSummary.BuilderMetricsSummary.Builder. categoriesWithMostFindings(CategoryWithFindingNum... categoriesWithMostFindings)A list ofCategoryWithFindingNumobjects for the top 5 finding categories with the most open findings in an account.Method parameters in software.amazon.awssdk.services.codegurusecurity.model with type arguments of type CategoryWithFindingNum Modifier and Type Method Description MetricsSummary.BuilderMetricsSummary.Builder. categoriesWithMostFindings(Collection<CategoryWithFindingNum> categoriesWithMostFindings)A list ofCategoryWithFindingNumobjects for the top 5 finding categories with the most open findings in an account.
-