Uses of Class
com.datastax.astra.client.collections.commands.options.CollectionReplaceOneOptions
Packages that use CollectionReplaceOneOptions
-
Uses of CollectionReplaceOneOptions in com.datastax.astra.client.collections
Methods in com.datastax.astra.client.collections with parameters of type CollectionReplaceOneOptionsModifier and TypeMethodDescriptionCollection.replaceOne
(Filter filter, T replacement, CollectionReplaceOneOptions collectionReplaceOneOptions) Replace a document in the collection according to the specified arguments.