| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static Range.Builder |
Range.builder() |
Range.Builder |
Range.Builder.end(Long end)
The number of lines from the beginning of the file to the end of the sensitive data.
|
Range.Builder |
Range.Builder.start(Long start)
The number of lines from the beginning of the file to the beginning of the sensitive data.
|
Range.Builder |
Range.Builder.startColumn(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.
|
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)
Reserved for future use.
|
default Page.Builder |
Page.Builder.offsetRange(Consumer<Range.Builder> offsetRange)
Reserved for future use.
|
Copyright © 2022. All rights reserved.