| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.clone() |
Range |
Page.getLineRange()
The line that contains the data, and the position of the data on that line.
|
Range |
Page.getOffsetRange()
The position of the data on the page, relative to the beginning of the page.
|
Range |
Range.withEnd(Long end)
Possible values are:
|
Range |
Range.withStart(Long start)
Possible values are:
|
Range |
Range.withStartColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
Occurrences.getLineRanges()
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.getOffsetRanges()
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setLineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
|
void |
Page.setOffsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
Page |
Page.withLineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
|
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.
|
Page |
Page.withOffsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
Occurrences |
Occurrences.withOffsetRanges(Range... offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Occurrences.setLineRanges(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.
|
void |
Occurrences.setOffsetRanges(Collection<Range> offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text 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.withOffsetRanges(Collection<Range> offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
Copyright © 2021. All rights reserved.