Uses of Class
software.amazon.awssdk.services.inspector.model.Severity
-
Packages that use Severity Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of Severity in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return Severity Modifier and Type Method Description static SeveritySeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SeverityFinding. severity()The finding severity.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 software.amazon.awssdk.services.inspector.model that return types with arguments of type Severity Modifier and Type Method 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.Methods in software.amazon.awssdk.services.inspector.model with parameters of type Severity Modifier and Type Method Description FindingFilter.BuilderFindingFilter.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.BuilderFinding.Builder. severity(Severity severity)The finding severity.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type Severity Modifier and Type Method Description AssessmentRun.BuilderAssessmentRun.Builder. findingCounts(Map<Severity,Integer> findingCounts)Provides a total count of generated findings per severity.FindingFilter.BuilderFindingFilter.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.
-