Uses of Class
com.amazonaws.services.identitymanagement.model.Position
Packages that use Position
-
Uses of Position in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PositionModifier and TypeMethodDescriptionPosition.clone()
Statement.getEndPosition()
The row and column of the end of aStatement
in an IAM policy.Statement.getStartPosition()
The row and column of the beginning of theStatement
in an IAM policy.Position.withColumn
(Integer column) The column in the line containing the specified position in the document.The line containing the specified position in the document.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PositionModifier and TypeMethodDescriptionvoid
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.withEndPosition
(Position endPosition) The row and column of the end of aStatement
in an IAM policy.Statement.withStartPosition
(Position startPosition) The row and column of the beginning of theStatement
in an IAM policy.