Uses of Class
software.amazon.awssdk.services.honeycode.model.ResultSet
-
Packages that use ResultSet Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ResultSet in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ResultSet Modifier and Type Method Description Map<String,ResultSet>GetScreenDataResponse. results()A map of all the rows on the screen keyed by block name.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type ResultSet Modifier and Type Method Description GetScreenDataResponse.BuilderGetScreenDataResponse.Builder. results(Map<String,ResultSet> results)A map of all the rows on the screen keyed by block name.
-