Uses of Class
org.elasticsearch.client.security.DeletePrivilegesRequest
-
Packages that use DeletePrivilegesRequest Package Description org.elasticsearch.client -
-
Uses of DeletePrivilegesRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type DeletePrivilegesRequest Modifier and Type Method Description DeletePrivilegesResponseSecurityClient. deletePrivileges(DeletePrivilegesRequest request, RequestOptions options)Removes application privilege(s) See the docs for more.CancellableSecurityClient. deletePrivilegesAsync(DeletePrivilegesRequest request, RequestOptions options, ActionListener<DeletePrivilegesResponse> listener)Asynchronously removes an application privilege See the docs for more.
-