Uses of Class
software.amazon.awssdk.services.macie2.model.SeverityLevel
-
Packages that use SeverityLevel Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SeverityLevel in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SeverityLevel Modifier and Type Method Description 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 match the custom data identifier's detection criteria.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 match the custom data identifier's detection criteria.Methods in software.amazon.awssdk.services.macie2.model with parameters of type SeverityLevel Modifier and Type Method Description CreateCustomDataIdentifierRequest.BuilderCreateCustomDataIdentifierRequest.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 match the custom data identifier's detection criteria.GetCustomDataIdentifierResponse.BuilderGetCustomDataIdentifierResponse.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 match the custom data identifier's detection criteria.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SeverityLevel Modifier and Type Method Description CreateCustomDataIdentifierRequest.BuilderCreateCustomDataIdentifierRequest.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 match the custom data identifier's detection criteria.GetCustomDataIdentifierResponse.BuilderGetCustomDataIdentifierResponse.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 match the custom data identifier's detection criteria.
-