Uses of Interface
software.amazon.awssdk.services.macie2.model.DefaultDetection.Builder
-
Packages that use DefaultDetection.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of DefaultDetection.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return DefaultDetection.Builder Modifier and Type Method Description static DefaultDetection.BuilderDefaultDetection. builder()DefaultDetection.BuilderDefaultDetection.Builder. count(Long count)The total number of occurrences of the type of sensitive data that was detected.default DefaultDetection.BuilderDefaultDetection.Builder. occurrences(Consumer<Occurrences.Builder> occurrences)The location of 1-15 occurrences of the sensitive data that was detected.DefaultDetection.BuilderDefaultDetection.Builder. occurrences(Occurrences occurrences)The location of 1-15 occurrences of the sensitive data that was detected.DefaultDetection.BuilderDefaultDetection. toBuilder()DefaultDetection.BuilderDefaultDetection.Builder. type(String type)The type of sensitive data that was detected.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type DefaultDetection.Builder Modifier and Type Method Description static Class<? extends DefaultDetection.Builder>DefaultDetection. serializableBuilderClass()
-