Uses of Class
org.elasticsearch.client.security.PutRoleMappingResponse
-
Packages that use PutRoleMappingResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of PutRoleMappingResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return PutRoleMappingResponse Modifier and Type Method Description PutRoleMappingResponseSecurityClient. putRoleMapping(PutRoleMappingRequest request, RequestOptions options)Create/Update a role mapping.Method parameters in org.elasticsearch.client with type arguments of type PutRoleMappingResponse Modifier and Type Method Description CancellableSecurityClient. putRoleMappingAsync(PutRoleMappingRequest request, RequestOptions options, ActionListener<PutRoleMappingResponse> listener)Asynchronously create/update a role mapping. -
Uses of PutRoleMappingResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return PutRoleMappingResponse Modifier and Type Method Description static PutRoleMappingResponsePutRoleMappingResponse. fromXContent(XContentParser parser)
-