Uses of Class
software.amazon.awssdk.services.imagebuilder.model.SeverityCounts
-
Packages that use SeverityCounts Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of SeverityCounts in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return SeverityCounts Modifier and Type Method Description SeverityCountsAccountAggregation. severityCounts()Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.SeverityCountsImageAggregation. severityCounts()Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.SeverityCountsImagePipelineAggregation. severityCounts()Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image pipeline.SeverityCountsVulnerabilityIdAggregation. severityCounts()Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type SeverityCounts Modifier and Type Method Description AccountAggregation.BuilderAccountAggregation.Builder. severityCounts(SeverityCounts severityCounts)Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.ImageAggregation.BuilderImageAggregation.Builder. severityCounts(SeverityCounts severityCounts)Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.ImagePipelineAggregation.BuilderImagePipelineAggregation.Builder. severityCounts(SeverityCounts severityCounts)Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image pipeline.VulnerabilityIdAggregation.BuilderVulnerabilityIdAggregation.Builder. severityCounts(SeverityCounts severityCounts)Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.
-