Uses of Class
io.vertx.ext.mongo.RenameCollectionOptions
Packages that use RenameCollectionOptions
-
Uses of RenameCollectionOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return RenameCollectionOptionsModifier and TypeMethodDescriptionRenameCollectionOptions.setDropTarget(Boolean dropTarget) Sets if it should drop the target of renameCollection if exists.Methods in io.vertx.ext.mongo with parameters of type RenameCollectionOptionsModifier and TypeMethodDescriptionMongoClient.renameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions) Rename a collectionConstructors in io.vertx.ext.mongo with parameters of type RenameCollectionOptions -
Uses of RenameCollectionOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type RenameCollectionOptionsModifier and TypeMethodDescriptionMongoClient.renameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions) Rename a collectionMongoClient.rxRenameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions) Rename a collection -
Uses of RenameCollectionOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type RenameCollectionOptionsModifier and TypeMethodDescriptionMongoClient.renameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions) Rename a collectionMongoClient.rxRenameCollectionWithOptions(String oldCollectionName, String newCollectionName, RenameCollectionOptions collectionOptions) Rename a collection