Uses of Class
org.elasticsearch.client.security.DeleteRoleResponse
-
Packages that use DeleteRoleResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of DeleteRoleResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return DeleteRoleResponse Modifier and Type Method Description DeleteRoleResponseSecurityClient. deleteRole(DeleteRoleRequest request, RequestOptions options)Removes role from the native realm.Method parameters in org.elasticsearch.client with type arguments of type DeleteRoleResponse Modifier and Type Method Description CancellableSecurityClient. deleteRoleAsync(DeleteRoleRequest request, RequestOptions options, ActionListener<DeleteRoleResponse> listener)Removes role from the native realm. -
Uses of DeleteRoleResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return DeleteRoleResponse Modifier and Type Method Description static DeleteRoleResponseDeleteRoleResponse. fromXContent(XContentParser parser)
-