| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.clone() |
Column |
Column.withDescription(String description)
The description for a column.
|
Column |
Column.withName(String name)
The column name.
|
Column |
Column.withType(String type)
The kind of data a column stores.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
GetTableResult.getSchema()
The schema of the table.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableResult |
GetTableResult.withSchema(Column... schema)
The schema of the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableResult.setSchema(Collection<Column> schema)
The schema of the table.
|
GetTableResult |
GetTableResult.withSchema(Collection<Column> schema)
The schema of the table.
|
Copyright © 2023. All rights reserved.