Uses of Class
com.amazonaws.services.inspector.model.Severity
-
Packages that use Severity Package Description com.amazonaws.services.inspector.model -
-
Uses of Severity in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return Severity Modifier and Type Method 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.Methods in com.amazonaws.services.inspector.model with parameters of type Severity Modifier and Type Method 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.
-