| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static Range.Builder |
Range.builder() |
Range.Builder |
Range.Builder.end(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.Builder |
Range.Builder.start(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.Builder |
Range.Builder.startColumn(Long startColumn)
In the line where the sensitive data starts, the column within the line where the sensitive data starts.
|
Range.Builder |
Range.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Range.Builder> |
Range.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Page.Builder |
Page.Builder.lineRange(Consumer<Range.Builder> lineRange)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
default Page.Builder |
Page.Builder.offsetRange(Consumer<Range.Builder> offsetRange)
An occurrence of sensitive data detected in a binary text file.
|
Copyright © 2023. All rights reserved.