Uses of Class
software.amazon.awssdk.services.macie2.model.DefaultDetection
-
Packages that use DefaultDetection Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of DefaultDetection in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type DefaultDetection Modifier and Type Method Description List<DefaultDetection>SensitiveDataItem. detections()An array of objects, one for each type of sensitive data that was detected.Methods in software.amazon.awssdk.services.macie2.model with parameters of type DefaultDetection Modifier and Type Method Description SensitiveDataItem.BuilderSensitiveDataItem.Builder. detections(DefaultDetection... detections)An array of objects, one for each type of sensitive data that was detected.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type DefaultDetection Modifier and Type Method Description SensitiveDataItem.BuilderSensitiveDataItem.Builder. detections(Collection<DefaultDetection> detections)An array of objects, one for each type of sensitive data that was detected.
-