Uses of Class
org.elasticsearch.client.security.DeleteRoleMappingResponse
-
Packages that use DeleteRoleMappingResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of DeleteRoleMappingResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteRoleMappingResponse Modifier and Type Method Description DeleteRoleMappingResponseSecurityClient. deleteRoleMapping(DeleteRoleMappingRequest request, RequestOptions options)Delete a role mapping.Method parameters in org.elasticsearch.client with type arguments of type DeleteRoleMappingResponse Modifier and Type Method Description CancellableSecurityClient. deleteRoleMappingAsync(DeleteRoleMappingRequest request, RequestOptions options, ActionListener<DeleteRoleMappingResponse> listener)Asynchronously delete a role mapping. -
Uses of DeleteRoleMappingResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return DeleteRoleMappingResponse Modifier and Type Method Description static DeleteRoleMappingResponseDeleteRoleMappingResponse. fromXContent(XContentParser parser)
-