Uses of Class
org.elasticsearch.client.security.GetUsersResponse
-
Packages that use GetUsersResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of GetUsersResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetUsersResponse Modifier and Type Method Description GetUsersResponseSecurityClient. getUsers(GetUsersRequest request, RequestOptions options)Get a user, or list of users, in the native realm synchronously.Method parameters in org.elasticsearch.client with type arguments of type GetUsersResponse Modifier and Type Method Description CancellableSecurityClient. getUsersAsync(GetUsersRequest request, RequestOptions options, ActionListener<GetUsersResponse> listener)Get a user, or list of users, in the native realm asynchronously. -
Uses of GetUsersResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return GetUsersResponse Modifier and Type Method Description static GetUsersResponseGetUsersResponse. fromXContent(XContentParser parser)
-