Uses of Interface
software.amazon.awssdk.services.iam.model.Position.Builder
-
Packages that use Position.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of Position.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return Position.Builder Modifier and Type Method Description static Position.BuilderPosition. builder()Position.BuilderPosition.Builder. column(Integer column)The column in the line containing the specified position in the document.Position.BuilderPosition.Builder. line(Integer line)The line containing the specified position in the document.Position.BuilderPosition. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type Position.Builder Modifier and Type Method Description static Class<? extends Position.Builder>Position. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type Position.Builder Modifier and Type Method Description default Statement.BuilderStatement.Builder. endPosition(Consumer<Position.Builder> endPosition)The row and column of the end of aStatementin an IAM policy.default Statement.BuilderStatement.Builder. startPosition(Consumer<Position.Builder> startPosition)The row and column of the beginning of theStatementin an IAM policy.
-