| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.clone() |
Record |
Record.withJsonPath(String jsonPath)
The path, as a JSONPath expression, to the field in the record that contains the data.
|
Record |
Record.withRecordIndex(Long recordIndex)
The record index, starting from 0, for the record that contains the data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
Occurrences.getRecords()
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
| Modifier and Type | Method and Description |
|---|---|
Occurrences |
Occurrences.withRecords(Record... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Occurrences.setRecords(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
Occurrences |
Occurrences.withRecords(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
Copyright © 2022. All rights reserved.