Uses of Class
software.amazon.awssdk.services.securityhub.model.SensitiveDataDetections
Packages that use SensitiveDataDetections
-
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 SensitiveDataDetectionsModifier and TypeMethodDescriptionfinal List<SensitiveDataDetections>SensitiveDataResult.detections()The list of detected instances of sensitive data.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SensitiveDataDetectionsModifier and TypeMethodDescriptionSensitiveDataResult.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 SensitiveDataDetectionsModifier and TypeMethodDescriptionSensitiveDataResult.Builder.detections(Collection<SensitiveDataDetections> detections) The list of detected instances of sensitive data.