Uses of Class
com.couchbase.client.java.manager.collection.UpdateCollectionOptions
Packages that use UpdateCollectionOptions
-
Uses of UpdateCollectionOptions in com.couchbase.client.java.manager.collection
Methods in com.couchbase.client.java.manager.collection that return UpdateCollectionOptionsModifier and TypeMethodDescriptionstatic UpdateCollectionOptionsUpdateCollectionOptions.updateCollectionOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type UpdateCollectionOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.updateCollection(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.voidCollectionManager.updateCollection(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.reactor.core.publisher.Mono<Void> ReactiveCollectionManager.updateCollection(String scopeName, String collectionName, UpdateCollectionSettings settings, UpdateCollectionOptions options) Updates a collection with custom options.