| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
SeverityCounts |
SeverityCounts.clone() |
SeverityCounts |
VulnerabilityIdAggregation.getSeverityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for
the specified vulnerability.
|
SeverityCounts |
ImagePipelineAggregation.getSeverityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for
the specified image pipeline.
|
SeverityCounts |
AccountAggregation.getSeverityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
SeverityCounts |
ImageAggregation.getSeverityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for
the specified image.
|
SeverityCounts |
SeverityCounts.withAll(Long all)
The total number of findings across all severity levels for the specified filter.
|
SeverityCounts |
SeverityCounts.withCritical(Long critical)
The number of critical severity findings for the specified filter.
|
SeverityCounts |
SeverityCounts.withHigh(Long high)
The number of high severity findings for the specified filter.
|
SeverityCounts |
SeverityCounts.withMedium(Long medium)
The number of medium severity findings for the specified filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VulnerabilityIdAggregation.setSeverityCounts(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.
|
void |
ImagePipelineAggregation.setSeverityCounts(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.
|
void |
AccountAggregation.setSeverityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
void |
ImageAggregation.setSeverityCounts(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.
|
VulnerabilityIdAggregation |
VulnerabilityIdAggregation.withSeverityCounts(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.
|
ImagePipelineAggregation |
ImagePipelineAggregation.withSeverityCounts(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.
|
AccountAggregation |
AccountAggregation.withSeverityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
ImageAggregation |
ImageAggregation.withSeverityCounts(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.
|
Copyright © 2023. All rights reserved.