Uses of Interface
software.amazon.awssdk.services.securityhub.model.Range.Builder
-
Packages that use Range.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Range.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Range.Builder Modifier and Type Method Description static Range.BuilderRange. builder()Range.BuilderRange.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.BuilderRange.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.BuilderRange.Builder. startColumn(Long startColumn)In the line where the sensitive data starts, the column within the line where the sensitive data starts.Range.BuilderRange. toBuilder()Methods in software.amazon.awssdk.services.securityhub.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.securityhub.model with type arguments of type Range.Builder Modifier and Type Method Description default Page.BuilderPage.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.BuilderPage.Builder. offsetRange(Consumer<Range.Builder> offsetRange)An occurrence of sensitive data detected in a binary text file.
-