| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static DataIdentifierSeverity |
DataIdentifierSeverity.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataIdentifierSeverity |
SeverityLevel.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 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 |
|---|---|
static Set<DataIdentifierSeverity> |
DataIdentifierSeverity.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SeverityLevel.Builder |
SeverityLevel.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.
|
Copyright © 2023. All rights reserved.