Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private Position |
Statement.endPosition
The row and column of the end of a
Statement in an IAM
policy. |
private Position |
Statement.startPosition
The row and column of the beginning of the
Statement in an
IAM policy. |
Modifier and Type | Method and Description |
---|---|
Position |
Position.clone() |
Position |
Statement.getEndPosition()
The row and column of the end of a
Statement in an IAM
policy. |
Position |
Statement.getStartPosition()
The row and column of the beginning of the
Statement in an
IAM policy. |
Position |
Position.withColumn(java.lang.Integer column)
The column in the line containing the specified position in the document.
|
Position |
Position.withLine(java.lang.Integer line)
The line containing the specified position in the document.
|
Modifier and Type | Method and Description |
---|---|
void |
Statement.setEndPosition(Position endPosition)
The row and column of the end of a
Statement in an IAM
policy. |
void |
Statement.setStartPosition(Position startPosition)
The row and column of the beginning of the
Statement in an
IAM policy. |
Statement |
Statement.withEndPosition(Position endPosition)
The row and column of the end of a
Statement in an IAM
policy. |
Statement |
Statement.withStartPosition(Position startPosition)
The row and column of the beginning of the
Statement in an
IAM policy. |
Modifier and Type | Method and Description |
---|---|
Position |
PositionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |