| Package | Description |
|---|---|
| com.amazonaws.services.redshiftdataapi.model |
| Modifier and Type | Method and Description |
|---|---|
TableMember |
TableMember.clone() |
TableMember |
TableMember.withName(String name)
The name of the table.
|
TableMember |
TableMember.withSchema(String schema)
The schema containing the table.
|
TableMember |
TableMember.withType(String type)
The type of the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableMember> |
ListTablesResult.getTables()
The tables that match the request pattern.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResult |
ListTablesResult.withTables(TableMember... tables)
The tables that match the request pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTablesResult.setTables(Collection<TableMember> tables)
The tables that match the request pattern.
|
ListTablesResult |
ListTablesResult.withTables(Collection<TableMember> tables)
The tables that match the request pattern.
|
Copyright © 2023. All rights reserved.