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 aStatementin an IAM policy.Statement.getStartPosition()The row and column of the beginning of theStatementin 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 TypeMethodDescriptionvoidStatement.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.Statement.withEndPosition(Position endPosition) The row and column of the end of aStatementin an IAM policy.Statement.withStartPosition(Position startPosition) The row and column of the beginning of theStatementin an IAM policy.