Uses of Class
software.amazon.awssdk.services.timestreamquery.model.Row
-
Packages that use Row Package Description software.amazon.awssdk.services.timestreamquery.model software.amazon.awssdk.services.timestreamquery.paginators -
-
Uses of Row in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return Row Modifier and Type Method Description RowDatum. rowValue()Indicates if the data point is a row.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type Row Modifier and Type Method Description List<Row>QueryResponse. rows()The result set rows returned by the query.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type Row Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. rows(Row... rows)The result set rows returned by the query.Datum.BuilderDatum.Builder. rowValue(Row rowValue)Indicates if the data point is a row.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type Row Modifier and Type Method Description QueryResponse.BuilderQueryResponse.Builder. rows(Collection<Row> rows)The result set rows returned by the query. -
Uses of Row in software.amazon.awssdk.services.timestreamquery.paginators
Methods in software.amazon.awssdk.services.timestreamquery.paginators that return types with arguments of type Row Modifier and Type Method Description SdkIterable<Row>QueryIterable. rows()Returns an iterable to iterate through the paginatedQueryResponse.rows()member.SdkPublisher<Row>QueryPublisher. rows()Returns a publisher that can be used to get a stream of data.
-