| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Occurrences |
Occurrences.clone() |
Occurrences |
DefaultDetection.getOccurrences()
The location of 1-15 occurrences of the sensitive data that was detected.
|
Occurrences |
CustomDetection.getOccurrences()
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
Occurrences |
Occurrences.withCells(Cell... cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV
file.
|
Occurrences |
Occurrences.withCells(Collection<Cell> cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV
file.
|
Occurrences |
Occurrences.withLineRanges(Collection<Range> lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary text
file, such as an HTML, JSON, TXT, or XML file.
|
Occurrences |
Occurrences.withLineRanges(Range... lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary text
file, such as an HTML, JSON, TXT, or XML file.
|
Occurrences |
Occurrences.withOffsetRanges(Collection<Range> offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
Occurrences |
Occurrences.withOffsetRanges(Range... offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
Occurrences |
Occurrences.withPages(Collection<Page> pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.
|
Occurrences |
Occurrences.withPages(Page... pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.
|
Occurrences |
Occurrences.withRecords(Collection<Record> records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache
Parquet file.
|
Occurrences |
Occurrences.withRecords(Record... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache
Parquet file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDetection.setOccurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that was detected.
|
void |
CustomDetection.setOccurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
DefaultDetection |
DefaultDetection.withOccurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that was detected.
|
CustomDetection |
CustomDetection.withOccurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
Copyright © 2021. All rights reserved.