Uses of Interface
software.amazon.awscdk.services.redshift.ITable
Packages that use ITable
-
Uses of ITable in software.amazon.awscdk.services.redshift
Subinterfaces of ITable in software.amazon.awscdk.services.redshiftModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITable.Classes in software.amazon.awscdk.services.redshift that implement ITableModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) A table in a Redshift cluster.Methods in software.amazon.awscdk.services.redshift that return ITableModifier and TypeMethodDescriptionstatic ITableTable.fromTableAttributes(software.constructs.Construct scope, String id, TableAttributes attrs) (experimental) Specify a Redshift table using a table name and schema that already exists.Methods in software.amazon.awscdk.services.redshift with parameters of type ITableModifier 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.