| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Page.lineRange()
The line that contains the data, and the position of the data on that line.
|
Range |
Page.offsetRange()
The position of the data on the page, relative to the beginning of the page.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
Occurrences.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.
|
List<Range> |
Occurrences.offsetRanges()
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
Page.Builder.lineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
|
Occurrences.Builder |
Occurrences.Builder.lineRanges(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.
|
Page.Builder |
Page.Builder.offsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
Occurrences.Builder |
Occurrences.Builder.offsetRanges(Range... offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
Occurrences.Builder |
Occurrences.Builder.lineRanges(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.Builder |
Occurrences.Builder.offsetRanges(Collection<Range> offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
Copyright © 2020. All rights reserved.