| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Position |
Position.clone() |
Position |
Span.getEnd()
The end position of the span (exclusive).
|
Position |
Span.getStart()
The start position of the span (inclusive).
|
Position |
Position.withColumn(Integer column)
The column of the position, starting from 0.
|
Position |
Position.withLine(Integer line)
The line of the position, starting from 1.
|
Position |
Position.withOffset(Integer offset)
The offset within the policy that corresponds to the position, starting from 0.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Span.setEnd(Position end)
The end position of the span (exclusive).
|
void |
Span.setStart(Position start)
The start position of the span (inclusive).
|
Span |
Span.withEnd(Position end)
The end position of the span (exclusive).
|
Span |
Span.withStart(Position start)
The start position of the span (inclusive).
|
Copyright © 2022. All rights reserved.