Uses of Class
io.lakefs.clients.api.model.Statement
-
Packages that use Statement Package Description io.lakefs.clients.api.model -
-
Uses of Statement in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Statement Modifier and Type Method Description StatementStatement. action(List<String> action)StatementStatement. addActionItem(String actionItem)StatementStatement. effect(Statement.EffectEnum effect)StatementStatement. resource(String resource)Methods in io.lakefs.clients.api.model that return types with arguments of type Statement Modifier and Type Method Description List<Statement>Policy. getStatement()Get statementMethods in io.lakefs.clients.api.model with parameters of type Statement Modifier and Type Method Description PolicyPolicy. addStatementItem(Statement statementItem)Method parameters in io.lakefs.clients.api.model with type arguments of type Statement Modifier and Type Method Description voidPolicy. setStatement(List<Statement> statement)PolicyPolicy. statement(List<Statement> statement)
-