| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
List<SeverityLevel> |
GetCustomDataIdentifierResponse.severityLevels()
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the number
of occurrences of text that matches the custom data identifier's detection criteria.
|
List<SeverityLevel> |
CreateCustomDataIdentifierRequest.severityLevels()
The severity to assign to findings that the custom data identifier produces, based on the number of occurrences
of text that matches the custom data identifier's detection criteria.
|
| Modifier and Type | Method and Description |
|---|---|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.severityLevels(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 matches the custom data identifier's detection criteria.
|
CreateCustomDataIdentifierRequest.Builder |
CreateCustomDataIdentifierRequest.Builder.severityLevels(SeverityLevel... severityLevels)
The severity to assign to findings that the custom data identifier produces, based on the number of
occurrences of text that matches the custom data identifier's detection criteria.
|
| Modifier and Type | Method and Description |
|---|---|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.severityLevels(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 matches the custom data identifier's detection criteria.
|
CreateCustomDataIdentifierRequest.Builder |
CreateCustomDataIdentifierRequest.Builder.severityLevels(Collection<SeverityLevel> severityLevels)
The severity to assign to findings that the custom data identifier produces, based on the number of
occurrences of text that matches the custom data identifier's detection criteria.
|
Copyright © 2021. All rights reserved.