Uses of Class
software.amazon.awssdk.services.honeycode.model.TableRow
-
Packages that use TableRow Package Description software.amazon.awssdk.services.honeycode.model software.amazon.awssdk.services.honeycode.paginators -
-
Uses of TableRow in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>ListTableRowsResponse. rows()The list of rows in the table.List<TableRow>QueryTableRowsResponse. rows()The list of rows in the table that match the query filter.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type TableRow Modifier and Type Method Description ListTableRowsResponse.BuilderListTableRowsResponse.Builder. rows(TableRow... rows)The list of rows in the table.QueryTableRowsResponse.BuilderQueryTableRowsResponse.Builder. rows(TableRow... rows)The list of rows in the table that match the query filter.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type TableRow Modifier and Type Method Description ListTableRowsResponse.BuilderListTableRowsResponse.Builder. rows(Collection<TableRow> rows)The list of rows in the table.QueryTableRowsResponse.BuilderQueryTableRowsResponse.Builder. rows(Collection<TableRow> rows)The list of rows in the table that match the query filter. -
Uses of TableRow in software.amazon.awssdk.services.honeycode.paginators
Methods in software.amazon.awssdk.services.honeycode.paginators that return types with arguments of type TableRow Modifier and Type Method Description SdkIterable<TableRow>ListTableRowsIterable. rows()Returns an iterable to iterate through the paginatedListTableRowsResponse.rows()member.SdkPublisher<TableRow>ListTableRowsPublisher. rows()Returns a publisher that can be used to get a stream of data.SdkIterable<TableRow>QueryTableRowsIterable. rows()Returns an iterable to iterate through the paginatedQueryTableRowsResponse.rows()member.SdkPublisher<TableRow>QueryTableRowsPublisher. rows()Returns a publisher that can be used to get a stream of data.
-