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 PositionPosition. clone()PositionStatement. getEndPosition()The row and column of the end of aStatementin an IAM policy.PositionStatement. getStartPosition()The row and column of the beginning of theStatementin an IAM policy.PositionPosition. withColumn(Integer column)The column in the line containing the specified position in the document.PositionPosition. 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 voidStatement. setEndPosition(Position endPosition)The row and column of the end of aStatementin an IAM policy.voidStatement. setStartPosition(Position startPosition)The row and column of the beginning of theStatementin an IAM policy.StatementStatement. withEndPosition(Position endPosition)The row and column of the end of aStatementin an IAM policy.StatementStatement. withStartPosition(Position startPosition)The row and column of the beginning of theStatementin an IAM policy.
-