Uses of Class
software.amazon.awssdk.services.macie2.model.SensitiveDataItem
-
Packages that use SensitiveDataItem Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SensitiveDataItem in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SensitiveDataItem Modifier and Type Method Description List<SensitiveDataItem>ClassificationResult. sensitiveData()The category, types, and number of occurrences of the sensitive data that produced the finding.Methods in software.amazon.awssdk.services.macie2.model with parameters of type SensitiveDataItem Modifier and Type Method Description ClassificationResult.BuilderClassificationResult.Builder. sensitiveData(SensitiveDataItem... sensitiveData)The category, types, and number of occurrences of the sensitive data that produced the finding.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SensitiveDataItem Modifier and Type Method Description ClassificationResult.BuilderClassificationResult.Builder. sensitiveData(Collection<SensitiveDataItem> sensitiveData)The category, types, and number of occurrences of the sensitive data that produced the finding.
-