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