| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ResultSet.clone() |
ResultSet |
ResultSet.withHeaders(Collection<ColumnMetadata> headers)
List of headers for all the data cells in the block.
|
ResultSet |
ResultSet.withHeaders(ColumnMetadata... headers)
List of headers for all the data cells in the block.
|
ResultSet |
ResultSet.withRows(Collection<ResultRow> rows)
List of rows returned by the request.
|
ResultSet |
ResultSet.withRows(ResultRow... rows)
List of rows returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ResultSet> |
GetScreenDataResult.getResults()
A map of all the rows on the screen keyed by block name.
|
| Modifier and Type | Method and Description |
|---|---|
GetScreenDataResult |
GetScreenDataResult.addResultsEntry(String key,
ResultSet value)
Add a single Results entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetScreenDataResult.setResults(Map<String,ResultSet> results)
A map of all the rows on the screen keyed by block name.
|
GetScreenDataResult |
GetScreenDataResult.withResults(Map<String,ResultSet> results)
A map of all the rows on the screen keyed by block name.
|
Copyright © 2023. All rights reserved.