Uses of Interface
software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse.Builder
-
Packages that use GetScreenDataResponse.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of GetScreenDataResponse.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return GetScreenDataResponse.Builder Modifier and Type Method Description static GetScreenDataResponse.BuilderGetScreenDataResponse. builder()GetScreenDataResponse.BuilderGetScreenDataResponse.Builder. nextToken(String nextToken)Provides the pagination token to load the next page if there are more results matching the request.GetScreenDataResponse.BuilderGetScreenDataResponse.Builder. results(Map<String,ResultSet> results)A map of all the rows on the screen keyed by block name.GetScreenDataResponse.BuilderGetScreenDataResponse. toBuilder()GetScreenDataResponse.BuilderGetScreenDataResponse.Builder. workbookCursor(Long workbookCursor)Indicates the cursor of the workbook at which the data returned by this workbook is read.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type GetScreenDataResponse.Builder Modifier and Type Method Description static Class<? extends GetScreenDataResponse.Builder>GetScreenDataResponse. serializableBuilderClass()
-