| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.clone() |
Range |
Page.getLineRange()
Reserved for future use.
|
Range |
Page.getOffsetRange()
Reserved for future use.
|
Range |
Range.withEnd(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
|
Range |
Range.withStart(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
|
Range |
Range.withStartColumn(Long startColumn)
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the
sensitive data (start) to the beginning of the sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
Occurrences.getLineRanges()
An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such
as an HTML, TXT, or XML file.
|
List<Range> |
Occurrences.getOffsetRanges()
Reserved for future use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setLineRange(Range lineRange)
Reserved for future use.
|
void |
Page.setOffsetRange(Range offsetRange)
Reserved for future use.
|
Page |
Page.withLineRange(Range lineRange)
Reserved for future use.
|
Occurrences |
Occurrences.withLineRanges(Range... lineRanges)
An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such
as an HTML, TXT, or XML file.
|
Page |
Page.withOffsetRange(Range offsetRange)
Reserved for future use.
|
Occurrences |
Occurrences.withOffsetRanges(Range... offsetRanges)
Reserved for future use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Occurrences.setLineRanges(Collection<Range> lineRanges)
An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such
as an HTML, TXT, or XML file.
|
void |
Occurrences.setOffsetRanges(Collection<Range> offsetRanges)
Reserved for future use.
|
Occurrences |
Occurrences.withLineRanges(Collection<Range> lineRanges)
An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such
as an HTML, TXT, or XML file.
|
Occurrences |
Occurrences.withOffsetRanges(Collection<Range> offsetRanges)
Reserved for future use.
|
Copyright © 2025. All rights reserved.