| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ColumnMetadata.clone() |
ColumnMetadata |
ColumnMetadata.withFormat(Format format)
The format of the column.
|
ColumnMetadata |
ColumnMetadata.withFormat(String format)
The format of the column.
|
ColumnMetadata |
ColumnMetadata.withName(String name)
The name of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMetadata> |
ResultSet.getHeaders()
List of headers for all the data cells in the block.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ResultSet.withHeaders(ColumnMetadata... headers)
List of headers for all the data cells in the block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSet.setHeaders(Collection<ColumnMetadata> headers)
List of headers for all the data cells in the block.
|
ResultSet |
ResultSet.withHeaders(Collection<ColumnMetadata> headers)
List of headers for all the data cells in the block.
|
Copyright © 2024. All rights reserved.