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