Uses of Class
software.amazon.awssdk.services.iam.model.Position
-
Packages that use Position Package Description software.amazon.awssdk.services.iam.model -
-
Uses of Position in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return Position Modifier and Type Method Description PositionStatement. endPosition()The row and column of the end of aStatementin an IAM policy.PositionStatement. startPosition()The row and column of the beginning of theStatementin an IAM policy.Methods in software.amazon.awssdk.services.iam.model with parameters of type Position Modifier and Type Method Description Statement.BuilderStatement.Builder. endPosition(Position endPosition)The row and column of the end of aStatementin an IAM policy.Statement.BuilderStatement.Builder. startPosition(Position startPosition)The row and column of the beginning of theStatementin an IAM policy.
-