Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.Row.Builder
-
Packages that use Row.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Row.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Row.Builder Modifier and Type Method Description static Row.BuilderRow. builder()Row.BuilderRow.Builder. data(Collection<Datum> data)List of data points in a single row of the result set.Row.BuilderRow.Builder. data(Consumer<Datum.Builder>... data)List of data points in a single row of the result set.Row.BuilderRow.Builder. data(Datum... data)List of data points in a single row of the result set.Row.BuilderRow. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Row.Builder Modifier and Type Method Description static Class<? extends Row.Builder>Row. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Row.Builder Modifier and Type Method Description default Datum.BuilderDatum.Builder. rowValue(Consumer<Row.Builder> rowValue)Indicates if the data point is a row.
-