Uses of Class
org.elasticsearch.client.security.PutRoleResponse
-
Packages that use PutRoleResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of PutRoleResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutRoleResponse Modifier and Type Method Description PutRoleResponseSecurityClient. putRole(PutRoleRequest request, RequestOptions options)Create or update a role in the native roles store.Method parameters in org.elasticsearch.client with type arguments of type PutRoleResponse Modifier and Type Method Description CancellableSecurityClient. putRoleAsync(PutRoleRequest request, RequestOptions options, ActionListener<PutRoleResponse> listener)Asynchronously creates or updates a role in the native roles store. -
Uses of PutRoleResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return PutRoleResponse Modifier and Type Method Description static PutRoleResponsePutRoleResponse. fromXContent(XContentParser parser)
-