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