Uses of Class
io.lakefs.clients.sdk.model.Statement
-
Packages that use Statement Package Description io.lakefs.clients.sdk.model -
-
Uses of Statement in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Statement Modifier and Type Method Description StatementStatement. action(List<String> action)StatementStatement. addActionItem(String actionItem)StatementStatement. effect(Statement.EffectEnum effect)static StatementStatement. fromJson(String jsonString)Create an instance of Statement given an JSON stringStatementStatement. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.StatementStatement. resource(String resource)Methods in io.lakefs.clients.sdk.model that return types with arguments of type Statement Modifier and Type Method Description List<Statement>Policy. getStatement()Get statementMethods in io.lakefs.clients.sdk.model with parameters of type Statement Modifier and Type Method Description PolicyPolicy. addStatementItem(Statement statementItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type Statement Modifier and Type Method Description voidPolicy. setStatement(List<Statement> statement)PolicyPolicy. statement(List<Statement> statement)
-