| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
SeverityCounts.Builder |
SeverityCounts.Builder.all(Long all)
The total number of findings across all severity levels for the specified filter.
|
static SeverityCounts.Builder |
SeverityCounts.builder() |
SeverityCounts.Builder |
SeverityCounts.Builder.critical(Long critical)
The number of critical severity findings for the specified filter.
|
SeverityCounts.Builder |
SeverityCounts.Builder.high(Long high)
The number of high severity findings for the specified filter.
|
SeverityCounts.Builder |
SeverityCounts.Builder.medium(Long medium)
The number of medium severity findings for the specified filter.
|
SeverityCounts.Builder |
SeverityCounts.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SeverityCounts.Builder> |
SeverityCounts.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VulnerabilityIdAggregation.Builder |
VulnerabilityIdAggregation.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings
for the specified vulnerability.
|
default AccountAggregation.Builder |
AccountAggregation.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
default ImagePipelineAggregation.Builder |
ImagePipelineAggregation.Builder.severityCounts(Consumer<SeverityCounts.Builder> 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.
|
default ImageAggregation.Builder |
ImageAggregation.Builder.severityCounts(Consumer<SeverityCounts.Builder> 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.