Uses of Class
com.amazonaws.services.identitymanagement.model.Position
-
Packages that use Position Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of Position in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return Position Modifier and Type Method Description Position
Position. clone()
Position
Statement. getEndPosition()
The row and column of the end of aStatement
in an IAM policy.Position
Statement. getStartPosition()
The row and column of the beginning of theStatement
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.Methods in com.amazonaws.services.identitymanagement.model with parameters of type Position Modifier and Type Method Description void
Statement. setEndPosition(Position endPosition)
The row and column of the end of aStatement
in an IAM policy.void
Statement. setStartPosition(Position startPosition)
The row and column of the beginning of theStatement
in an IAM policy.Statement
Statement. withEndPosition(Position endPosition)
The row and column of the end of aStatement
in an IAM policy.Statement
Statement. withStartPosition(Position startPosition)
The row and column of the beginning of theStatement
in an IAM policy.
-