Uses of Class
com.couchbase.client.java.manager.collection.DropScopeOptions
Packages that use DropScopeOptions
- 
Uses of DropScopeOptions in com.couchbase.client.java.manager.collectionMethods in com.couchbase.client.java.manager.collection that return DropScopeOptionsModifier and TypeMethodDescriptionstatic DropScopeOptionsDropScopeOptions.dropScopeOptions()Creates a new instance with default values.Methods in com.couchbase.client.java.manager.collection with parameters of type DropScopeOptionsModifier and TypeMethodDescriptionAsyncCollectionManager.dropScope(String scopeName, DropScopeOptions options) Drops a scope if it exists with custom options.voidCollectionManager.dropScope(String scopeName, DropScopeOptions options) Drops a scope if it exists with custom options.reactor.core.publisher.Mono<Void> ReactiveCollectionManager.dropScope(String scopeName, DropScopeOptions options) Drops a scope if it exists with custom options.