| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingSeverity |
FindingSeverity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FindingSeverity |
ImageScanFinding.severity()
The finding severity.
|
static FindingSeverity |
FindingSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindingSeverity[] |
FindingSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FindingSeverity,Integer> |
ImageScanFindingsSummary.findingSeverityCounts()
The image vulnerability counts, sorted by severity.
|
Map<FindingSeverity,Integer> |
ImageScanFindings.findingSeverityCounts()
The image vulnerability counts, sorted by severity.
|
static Set<FindingSeverity> |
FindingSeverity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImageScanFinding.Builder |
ImageScanFinding.Builder.severity(FindingSeverity severity)
The finding severity.
|
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindingsSummary.Builder |
ImageScanFindingsSummary.Builder.findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
|
ImageScanFindings.Builder |
ImageScanFindings.Builder.findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
|
Copyright © 2023. All rights reserved.