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 SeveritySeverity. fromValue(String value)Use this in place of valueOf.static SeveritySeverity. 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 voidFinding. setSeverity(Severity severity)The finding severity.FindingFilterFindingFilter. 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.FindingFinding. withSeverity(Severity severity)The finding severity.
-