| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Page.lineRange()
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Range |
Page.offsetRange()
An occurrence of sensitive data detected in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
Occurrences.lineRanges()
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
List<Range> |
Occurrences.offsetRanges()
Occurrences of sensitive data detected in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
Page.Builder.lineRange(Range lineRange)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences.Builder |
Occurrences.Builder.lineRanges(Range... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Page.Builder |
Page.Builder.offsetRange(Range offsetRange)
An occurrence of sensitive data detected in a binary text file.
|
Occurrences.Builder |
Occurrences.Builder.offsetRanges(Range... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
| Modifier and Type | Method and Description |
|---|---|
Occurrences.Builder |
Occurrences.Builder.lineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences.Builder |
Occurrences.Builder.offsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Copyright © 2023. All rights reserved.