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