Uses of Interface
software.amazon.awssdk.services.macie2.model.Range.Builder
-
Packages that use Range.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Range.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return Range.Builder Modifier and Type Method Description static Range.BuilderRange. builder()Range.BuilderRange.Builder. end(Long end)The number of lines from the beginning of the file to the end of the sensitive data.Range.BuilderRange.Builder. start(Long start)The number of lines from the beginning of the file to the beginning of the sensitive data.Range.BuilderRange.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.BuilderRange. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Range.Builder Modifier and Type Method Description static Class<? extends Range.Builder>Range. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Range.Builder Modifier and Type Method Description default Page.BuilderPage.Builder. lineRange(Consumer<Range.Builder> lineRange)Reserved for future use.default Page.BuilderPage.Builder. offsetRange(Consumer<Range.Builder> offsetRange)Reserved for future use.
-