Uses of Class
org.elasticsearch.client.security.PutPrivilegesResponse
-
Packages that use PutPrivilegesResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of PutPrivilegesResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutPrivilegesResponse Modifier and Type Method Description PutPrivilegesResponseSecurityClient. putPrivileges(PutPrivilegesRequest request, RequestOptions options)Create or update application privileges.Method parameters in org.elasticsearch.client with type arguments of type PutPrivilegesResponse Modifier and Type Method Description CancellableSecurityClient. putPrivilegesAsync(PutPrivilegesRequest request, RequestOptions options, ActionListener<PutPrivilegesResponse> listener)Asynchronously create or update application privileges.
See the docs for more. -
Uses of PutPrivilegesResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return PutPrivilegesResponse Modifier and Type Method Description static PutPrivilegesResponsePutPrivilegesResponse. fromXContent(XContentParser parser)
-