| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
static GetScreenDataResponse.Builder |
GetScreenDataResponse.builder() |
GetScreenDataResponse.Builder |
GetScreenDataResponse.Builder.nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
GetScreenDataResponse.Builder |
GetScreenDataResponse.Builder.results(Map<String,ResultSet> results)
A map of all the rows on the screen keyed by block name.
|
GetScreenDataResponse.Builder |
GetScreenDataResponse.toBuilder() |
GetScreenDataResponse.Builder |
GetScreenDataResponse.Builder.workbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this workbook is read.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetScreenDataResponse.Builder> |
GetScreenDataResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.