Uses of Class
org.elasticsearch.client.security.DeleteUserResponse
-
Packages that use DeleteUserResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of DeleteUserResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteUserResponse Modifier and Type Method Description DeleteUserResponseSecurityClient. deleteUser(DeleteUserRequest request, RequestOptions options)Removes user from the native realm synchronously.Method parameters in org.elasticsearch.client with type arguments of type DeleteUserResponse Modifier and Type Method Description CancellableSecurityClient. deleteUserAsync(DeleteUserRequest request, RequestOptions options, ActionListener<DeleteUserResponse> listener)Asynchronously deletes a user in the native realm. -
Uses of DeleteUserResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return DeleteUserResponse Modifier and Type Method Description static DeleteUserResponseDeleteUserResponse. fromXContent(XContentParser parser)
-