Uses of Class
com.datastax.astra.client.tables.commands.options.TableUpdateOneOptions
Packages that use TableUpdateOneOptions
-
Uses of TableUpdateOneOptions in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableUpdateOneOptionsModifier and TypeMethodDescriptionvoid
Table.updateOne
(Filter filter, TableUpdateOperation update, TableUpdateOneOptions updateOptions) Update a single document in the collection according to the specified arguments.