Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
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(Integer column)
The column in the line containing the specified position in the
document.
|
Position |
Position.withLine(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. |
Copyright © 2015. All rights reserved.