| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SeverityLevel |
SeverityLevel.clone() |
SeverityLevel |
SeverityLevel.withOccurrencesThreshold(Long occurrencesThreshold)
The minimum number of occurrences of text that must match the custom data identifier's detection criteria in
order to produce a finding with the specified severity (severity).
|
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.
|
SeverityLevel |
SeverityLevel.withSeverity(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SeverityLevel> |
GetCustomDataIdentifierResult.getSeverityLevels()
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number
of occurrences of text that match the custom data identifier's detection criteria.
|
List<SeverityLevel> |
CreateCustomDataIdentifierRequest.getSeverityLevels()
The severity to assign to findings that the custom data identifier produces, based on the number of occurrences
of text that match the custom data identifier's detection criteria.
|
| Modifier and Type | Method and Description |
|---|---|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withSeverityLevels(SeverityLevel... severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number
of occurrences of text that match the custom data identifier's detection criteria.
|
CreateCustomDataIdentifierRequest |
CreateCustomDataIdentifierRequest.withSeverityLevels(SeverityLevel... severityLevels)
The severity to assign to findings that the custom data identifier produces, based on the number of occurrences
of text that match the custom data identifier's detection criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCustomDataIdentifierResult.setSeverityLevels(Collection<SeverityLevel> severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number
of occurrences of text that match the custom data identifier's detection criteria.
|
void |
CreateCustomDataIdentifierRequest.setSeverityLevels(Collection<SeverityLevel> severityLevels)
The severity to assign to findings that the custom data identifier produces, based on the number of occurrences
of text that match the custom data identifier's detection criteria.
|
GetCustomDataIdentifierResult |
GetCustomDataIdentifierResult.withSeverityLevels(Collection<SeverityLevel> severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number
of occurrences of text that match the custom data identifier's detection criteria.
|
CreateCustomDataIdentifierRequest |
CreateCustomDataIdentifierRequest.withSeverityLevels(Collection<SeverityLevel> severityLevels)
The severity to assign to findings that the custom data identifier produces, based on the number of occurrences
of text that match the custom data identifier's detection criteria.
|
Copyright © 2025. All rights reserved.