Uses of Class
software.amazon.awssdk.services.honeycode.model.ResultRow
-
Packages that use ResultRow Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ResultRow in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ResultRow Modifier and Type Method Description List<ResultRow>ResultSet. rows()List of rows returned by the request.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type ResultRow Modifier and Type Method Description ResultSet.BuilderResultSet.Builder. rows(ResultRow... rows)List of rows returned by the request.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type ResultRow Modifier and Type Method Description ResultSet.BuilderResultSet.Builder. rows(Collection<ResultRow> rows)List of rows returned by the request.
-