Uses of Class
software.amazon.awssdk.services.macie2.model.DataIdentifierSeverity
-
Packages that use DataIdentifierSeverity Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of DataIdentifierSeverity in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return DataIdentifierSeverity Modifier and Type Method Description static DataIdentifierSeverityDataIdentifierSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataIdentifierSeveritySeverityLevel. severity()The severity to assign to a finding: if the number of occurrences is greater than or equal to the specified threshold (occurrencesThreshold); and, if applicable, the number of occurrences is less than the threshold for the next consecutive severity level for the custom data identifier, moving from LOW to HIGH.static DataIdentifierSeverityDataIdentifierSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static DataIdentifierSeverity[]DataIdentifierSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type DataIdentifierSeverity Modifier and Type Method Description static Set<DataIdentifierSeverity>DataIdentifierSeverity. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type DataIdentifierSeverity Modifier and Type Method Description SeverityLevel.BuilderSeverityLevel.Builder. severity(DataIdentifierSeverity severity)The severity to assign to a finding: if the number of occurrences is greater than or equal to the specified threshold (occurrencesThreshold); and, if applicable, the number of occurrences is less than the threshold for the next consecutive severity level for the custom data identifier, moving from LOW to HIGH.
-