| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static DataIdentifierSeverity |
DataIdentifierSeverity.fromValue(String value)
Use this in place of valueOf.
|
static DataIdentifierSeverity |
DataIdentifierSeverity.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.
|
| Modifier and Type | Method and Description |
|---|---|
SeverityLevel |
SeverityLevel.withSeverity(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.
|
Copyright © 2022. All rights reserved.