Uses of Class
com.couchbase.client.java.manager.collection.UpdateCollectionOptions
-
Uses of UpdateCollectionOptions in com.couchbase.client.java.manager.collection
Modifier and TypeMethodDescriptionstatic UpdateCollectionOptions
UpdateCollectionOptions.updateCollectionOptions()
Creates a new instance with default values.Modifier and TypeMethodDescriptionAsyncCollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.void
CollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.ReactiveCollectionManager.updateCollection
(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.