| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
SeverityCounts |
VulnerabilityIdAggregation.severityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for
the specified vulnerability.
|
SeverityCounts |
AccountAggregation.severityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
SeverityCounts |
ImagePipelineAggregation.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.
|
SeverityCounts |
ImageAggregation.severityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for
the specified image.
|
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityIdAggregation.Builder |
VulnerabilityIdAggregation.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.
|
AccountAggregation.Builder |
AccountAggregation.Builder.severityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
ImagePipelineAggregation.Builder |
ImagePipelineAggregation.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.
|
ImageAggregation.Builder |
ImageAggregation.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.
|
Copyright © 2023. All rights reserved.