Uses of Enum Class
software.amazon.awscdk.services.redshift.alpha.TableAction
-
Uses of TableAction in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return TableActionModifier and TypeMethodDescriptionstatic TableActionReturns the enum constant of this class with the specified name.static TableAction[]TableAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type TableActionModifier and TypeMethodDescriptionvoidIUser.addTablePrivileges(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.default voidIUser.Jsii$Default.addTablePrivileges(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.final voidIUser.Jsii$Proxy.addTablePrivileges(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.voidUser.addTablePrivileges(ITable table, @NotNull TableAction... actions) (experimental) Grant this user privilege to access a table.voidITable.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.default voidITable.Jsii$Default.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.final voidITable.Jsii$Proxy.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.voidTable.grant(IUser user, @NotNull TableAction... actions) (experimental) Grant a user privilege to access this table.