Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
static Severity |
Severity.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
Finding.setSeverity(Severity severity)
The finding severity.
|
FindingFilter |
FindingFilter.withSeverities(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 |
Finding.withSeverity(Severity severity)
The finding severity.
|
Copyright © 2018. All rights reserved.