Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.Row
-
Packages that use Row Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of Row in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.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.iottwinmaker.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.Method parameters in software.amazon.awssdk.services.iottwinmaker.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.
-