| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Severity |
Finding.severity()
The finding severity.
|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Severity,Integer> |
AssessmentRun.findingCounts()
Provides a total count of generated findings per severity.
|
static Set<Severity> |
Severity.knownValues()
|
List<Severity> |
FindingFilter.severities()
For a record to match a filter, one of the values that is specified for this data type property must be the exact
match of the value of the severity property of the Finding data type.
|
| Modifier and Type | Method and Description |
|---|---|
FindingFilter.Builder |
FindingFilter.Builder.severities(Severity... severities)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the severity property of the Finding data type.
|
Finding.Builder |
Finding.Builder.severity(Severity severity)
The finding severity.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentRun.Builder |
AssessmentRun.Builder.findingCounts(Map<Severity,Integer> findingCounts)
Provides a total count of generated findings per severity.
|
FindingFilter.Builder |
FindingFilter.Builder.severities(Collection<Severity> severities)
For a record to match a filter, one of the values that is specified for this data type property must be the
exact match of the value of the severity property of the Finding data type.
|
Copyright © 2023. All rights reserved.