Uses of Class
software.amazon.awssdk.services.securityhub.model.SensitiveDataDetections
-
Packages that use SensitiveDataDetections Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of SensitiveDataDetections in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SensitiveDataDetections Modifier and Type Method Description List<SensitiveDataDetections>SensitiveDataResult. detections()The list of detected instances of sensitive data.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SensitiveDataDetections Modifier and Type Method Description SensitiveDataResult.BuilderSensitiveDataResult.Builder. detections(SensitiveDataDetections... detections)The list of detected instances of sensitive data.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type SensitiveDataDetections Modifier and Type Method Description SensitiveDataResult.BuilderSensitiveDataResult.Builder. detections(Collection<SensitiveDataDetections> detections)The list of detected instances of sensitive data.
-