| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.clone() |
Range |
Page.getLineRange()
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Range |
Page.getOffsetRange()
An occurrence of sensitive data detected in a binary text file.
|
Range |
Range.withEnd(Long end)
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the
end of the sensitive data.
|
Range |
Range.withStart(Long start)
The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the
end of the sensitive data.
|
Range |
Range.withStartColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
Occurrences.getLineRanges()
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
List<Range> |
Occurrences.getOffsetRanges()
Occurrences of sensitive data detected in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setLineRange(Range lineRange)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
void |
Page.setOffsetRange(Range offsetRange)
An occurrence of sensitive data detected in a binary text file.
|
Page |
Page.withLineRange(Range lineRange)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences |
Occurrences.withLineRanges(Range... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Page |
Page.withOffsetRange(Range offsetRange)
An occurrence of sensitive data detected in a binary text file.
|
Occurrences |
Occurrences.withOffsetRanges(Range... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Occurrences.setLineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
void |
Occurrences.setOffsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences |
Occurrences.withLineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences |
Occurrences.withOffsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Copyright © 2023. All rights reserved.