Uses of Class
org.elasticsearch.client.security.PutUserResponse
-
Packages that use PutUserResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of PutUserResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutUserResponse Modifier and Type Method Description PutUserResponseSecurityClient. putUser(PutUserRequest request, RequestOptions options)Create/update a user in the native realm synchronously.Method parameters in org.elasticsearch.client with type arguments of type PutUserResponse Modifier and Type Method Description CancellableSecurityClient. putUserAsync(PutUserRequest request, RequestOptions options, ActionListener<PutUserResponse> listener)Asynchronously create/update a user in the native realm. -
Uses of PutUserResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return PutUserResponse Modifier and Type Method Description static PutUserResponsePutUserResponse. fromXContent(XContentParser parser)
-