| Modifier and Type | Method and Description |
|---|---|
static TableAction |
TableAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableAction[] |
TableAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IUser.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
void |
IUser.Jsii$Proxy.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
default void |
IUser.Jsii$Default.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
void |
User.addTablePrivileges(ITable table,
TableAction... actions)
(experimental) Grant this user privilege to access a table.
|
void |
Table.grant(IUser user,
TableAction... actions)
(experimental) Grant a user privilege to access this table.
|
void |
ITable.grant(IUser user,
TableAction... actions)
(experimental) Grant a user privilege to access this table.
|
void |
ITable.Jsii$Proxy.grant(IUser user,
TableAction... actions)
(experimental) Grant a user privilege to access this table.
|
default void |
ITable.Jsii$Default.grant(IUser user,
TableAction... actions)
(experimental) Grant a user privilege to access this table.
|
Copyright © 2022. All rights reserved.