Uses of Class
software.amazon.awssdk.services.macie2.model.Record
-
Packages that use Record Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Record in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Record Modifier and Type Method Description List<Record>Occurrences. records()An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Record Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. records(Record... records)An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Record Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. records(Collection<Record> records)An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file.
-