Uses of Class
com.arangodb.model.UserUpdateOptions
Packages that use UserUpdateOptions
-
Uses of UserUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type UserUpdateOptionsModifier and TypeMethodDescriptionArangoDB.replaceUser
(String user, UserUpdateOptions options) Replaces the data of an existing user.ArangoDBAsync.replaceUser
(String user, UserUpdateOptions options) Asynchronous version ofArangoDB.replaceUser(String, UserUpdateOptions)
ArangoDB.updateUser
(String user, UserUpdateOptions options) Partially updates the data of an existing user.ArangoDBAsync.updateUser
(String user, UserUpdateOptions options) Asynchronous version ofArangoDB.updateUser(String, UserUpdateOptions)
-
Uses of UserUpdateOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type UserUpdateOptionsModifier and TypeMethodDescriptionArangoDBAsyncImpl.replaceUser
(String user, UserUpdateOptions options) ArangoDBImpl.replaceUser
(String user, UserUpdateOptions options) protected InternalRequest
InternalArangoDB.replaceUserRequest
(String dbName, String user, UserUpdateOptions options) ArangoDBAsyncImpl.updateUser
(String user, UserUpdateOptions options) ArangoDBImpl.updateUser
(String user, UserUpdateOptions options) protected InternalRequest
InternalArangoDB.updateUserRequest
(String dbName, String user, UserUpdateOptions options) -
Uses of UserUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return UserUpdateOptionsModifier and TypeMethodDescription