Uses of Class
software.amazon.awssdk.services.iotsitewise.model.Row
-
Packages that use Row Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of Row in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.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.iotsitewise.model that return types with arguments of type Row Modifier and Type Method Description List<Row>ExecuteQueryResponse. rows()Represents a single row in the query results.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type Row Modifier and Type Method Description ExecuteQueryResponse.BuilderExecuteQueryResponse.Builder. rows(Row... rows)Represents a single row in the query results.Datum.BuilderDatum.Builder. rowValue(Row rowValue)Indicates if the data point is a row.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Row Modifier and Type Method Description ExecuteQueryResponse.BuilderExecuteQueryResponse.Builder. rows(Collection<Row> rows)Represents a single row in the query results. -
Uses of Row in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type Row Modifier and Type Method Description SdkIterable<Row>ExecuteQueryIterable. rows()Returns an iterable to iterate through the paginatedExecuteQueryResponse.rows()member.SdkPublisher<Row>ExecuteQueryPublisher. rows()Returns a publisher that can be used to get a stream of data.
-