Uses of Interface
software.amazon.awssdk.services.macie2.model.CustomDataIdentifiers.Builder
-
Packages that use CustomDataIdentifiers.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of CustomDataIdentifiers.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return CustomDataIdentifiers.Builder Modifier and Type Method Description static CustomDataIdentifiers.BuilderCustomDataIdentifiers. builder()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.CustomDataIdentifiers.BuilderCustomDataIdentifiers.Builder. detections(Consumer<CustomDetection.Builder>... detections)The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.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.CustomDataIdentifiers.BuilderCustomDataIdentifiers. toBuilder()CustomDataIdentifiers.BuilderCustomDataIdentifiers.Builder. totalCount(Long totalCount)The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type CustomDataIdentifiers.Builder Modifier and Type Method Description static Class<? extends CustomDataIdentifiers.Builder>CustomDataIdentifiers. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type CustomDataIdentifiers.Builder Modifier and Type Method Description default ClassificationResult.BuilderClassificationResult.Builder. customDataIdentifiers(Consumer<CustomDataIdentifiers.Builder> customDataIdentifiers)The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they detected.
-