Uses of Class
software.amazon.awssdk.services.macie2.model.CustomDetection
-
Packages that use CustomDetection Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of CustomDetection in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type CustomDetection Modifier and Type Method Description List<CustomDetection>CustomDataIdentifiers. detections()The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.Methods in software.amazon.awssdk.services.macie2.model with parameters of type CustomDetection Modifier and Type Method Description CustomDataIdentifiers.BuilderCustomDataIdentifiers.Builder. detections(CustomDetection... detections)The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type CustomDetection Modifier and Type Method Description CustomDataIdentifiers.BuilderCustomDataIdentifiers.Builder. detections(Collection<CustomDetection> detections)The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
-